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); openssh.authorizedKeys.keys = lib.lists.forEach pubKeys (key: builtins.readFile key);
extraGroups = extraGroups =
[ "qemu-libvirtd" "libvirtd" [
"wheel" "video" "audio" "disk" "networkmanager" "wheel"
]; ];
packages = with pkgs; [ packages = with pkgs; [

View File

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