diff options
Diffstat (limited to 'system/users')
-rw-r--r-- | system/users/default.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/system/users/default.nix b/system/users/default.nix index 96925671..2aa67ac3 100644 --- a/system/users/default.nix +++ b/system/users/default.nix @@ -34,8 +34,6 @@ in { extraGroups = [ "plugdev" # although deprecated, this helps with old udev rules, that still use this group. TODO check for an open issue "wheel" - "libvirtd" # needed to run libvirt stuff as this user - "scanner" # needed for permission to access the scanner ]; uid = 1000; openssh.authorizedKeys.keys = [ |