about summary refs log tree commit diff stats
path: root/system/users
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-05-08 18:39:26 +0200
committerSoispha <soispha@vhack.eu>2023-05-09 19:33:32 +0200
commit414dea0a5e6aa8651b2fd766fee52ababc4694be (patch)
treea48f5e3484859bc6831e01b813d7bf44a34fd382 /system/users
parentBuild(flake): Update (diff)
downloadnixos-config-414dea0a5e6aa8651b2fd766fee52ababc4694be.tar.gz
nixos-config-414dea0a5e6aa8651b2fd766fee52ababc4694be.zip
Fix(system/users): Add soispha to libvirtd group
Diffstat (limited to 'system/users')
-rw-r--r--system/users/default.nix1
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 = [