removed unnecessary groups
This commit is contained in:
parent
816388f358
commit
328438e8ec
|
@ -16,8 +16,8 @@ in
|
|||
openssh.authorizedKeys.keys = lib.lists.forEach pubKeys (key: builtins.readFile key);
|
||||
|
||||
extraGroups =
|
||||
[ "qemu-libvirtd" "libvirtd"
|
||||
"wheel" "video" "audio" "disk" "networkmanager"
|
||||
[
|
||||
"wheel"
|
||||
];
|
||||
|
||||
packages = with pkgs; [
|
||||
|
|
|
@ -16,9 +16,6 @@ in
|
|||
|
||||
extraGroups = [
|
||||
"wheel"
|
||||
"docker"
|
||||
"git"
|
||||
"networkmanager"
|
||||
];
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue