remove adb
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
pkgs,
|
||||
name,
|
||||
publicKeys ? [ ],
|
||||
groups ? [ ],
|
||||
defaultShell ? "zsh",
|
||||
}:
|
||||
|
||||
@@ -18,7 +19,6 @@
|
||||
"wheel"
|
||||
"media"
|
||||
(lib.mkIf config.networking.networkmanager.enable "networkmanager")
|
||||
(lib.mkIf config.programs.adb.enable "adbusers")
|
||||
(lib.mkIf config.programs.wireshark.enable "wireshark")
|
||||
(lib.mkIf config.virtualisation.docker.enable "docker")
|
||||
(lib.mkIf (with config.services.locate; (enable && package == pkgs.plocate)) "plocate")
|
||||
@@ -28,5 +28,6 @@
|
||||
"plugdev"
|
||||
"uaccess"
|
||||
"ydotool"
|
||||
];
|
||||
]
|
||||
++ groups;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user