about summary refs log tree commit diff stats
path: root/system/users/default.nix
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-05-20 07:48:51 +0200
committerSoispha <soispha@vhack.eu>2023-05-20 08:02:03 +0200
commitc84419cb781ea162c814455351faf6a6558e7a81 (patch)
treea493044c9d87f8d9d1499af0cb521a8f20df7773 /system/users/default.nix
parentRefactor(system/services/printing): Split printing and scanning (diff)
downloadnixos-config-c84419cb781ea162c814455351faf6a6558e7a81.tar.gz
nixos-config-c84419cb781ea162c814455351faf6a6558e7a81.zip
Refactor(system/users): Add the groups in the file, giving context
Diffstat (limited to 'system/users/default.nix')
-rw-r--r--system/users/default.nix2
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 = [