mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-03-09 18:51:33 +01:00
Added support for adb / Android device flashing
This commit is contained in:
parent
69c52a9eef
commit
97c446620a
@ -6,6 +6,7 @@
|
||||
fuse.userAllowOther = true;
|
||||
virt-manager.enable = true;
|
||||
mtr.enable = true;
|
||||
adb.enable = true;
|
||||
|
||||
gnupg.agent = {
|
||||
enable = true;
|
||||
|
@ -29,12 +29,13 @@ in {
|
||||
isNormalUser = true;
|
||||
description = "${gitUsername}";
|
||||
extraGroups = [
|
||||
"networkmanager"
|
||||
"wheel"
|
||||
"libvirtd"
|
||||
"scanner"
|
||||
"lp"
|
||||
"adbusers"
|
||||
"docker"
|
||||
"libvirtd"
|
||||
"lp"
|
||||
"networkmanager"
|
||||
"scanner"
|
||||
"wheel"
|
||||
];
|
||||
shell = pkgs.zsh;
|
||||
ignoreShellProgramCheck = true;
|
||||
|
Loading…
Reference in New Issue
Block a user