removed unnecessary groups

This commit is contained in:
Sam 2024-05-25 20:58:44 +01:00
parent 816388f358
commit 328438e8ec
2 changed files with 2 additions and 5 deletions

View File

@ -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; [

View File

@ -16,9 +16,6 @@ in
extraGroups = [
"wheel"
"docker"
"git"
"networkmanager"
];
};