Remove superfluous groups

This commit is contained in:
SebastianStork 2024-07-21 22:31:58 +02:00
parent c2f8887b5f
commit 1bfe833dc3

View file

@ -8,9 +8,7 @@
hashedPasswordFile = config.sops.secrets.seb-password.path; hashedPasswordFile = config.sops.secrets.seb-password.path;
extraGroups = [ extraGroups = [
"wheel" "wheel"
"networkmanager"
"libvirtd" "libvirtd"
"video"
]; ];
}; };
} }