diff options
author | Soispha <soispha@vhack.eu> | 2023-05-08 18:39:26 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-05-09 19:33:32 +0200 |
commit | 414dea0a5e6aa8651b2fd766fee52ababc4694be (patch) | |
tree | a48f5e3484859bc6831e01b813d7bf44a34fd382 /system/users/default.nix | |
parent | Build(flake): Update (diff) | |
download | nixos-config-414dea0a5e6aa8651b2fd766fee52ababc4694be.tar.gz nixos-config-414dea0a5e6aa8651b2fd766fee52ababc4694be.zip |
Fix(system/users): Add soispha to libvirtd group
Diffstat (limited to 'system/users/default.nix')
-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 = [ |