diff options
Diffstat (limited to 'system/users')
-rw-r--r-- | system/users/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/users/default.nix b/system/users/default.nix index 89c2718a..80b3fca7 100644 --- a/system/users/default.nix +++ b/system/users/default.nix @@ -35,6 +35,7 @@ in { "plugdev" # although deprecated, this helps with old udev rules, that still use this group. TODO check for an open issue "wheel" "networkmanager" # if I activate network-manager, this will help + "libvirtd" # needed to run libvirt stuff as this user ]; uid = 1000; openssh.authorizedKeys.keys = [ |