From 414dea0a5e6aa8651b2fd766fee52ababc4694be Mon Sep 17 00:00:00 2001 From: Soispha Date: Mon, 8 May 2023 18:39:26 +0200 Subject: Fix(system/users): Add soispha to libvirtd group --- system/users/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'system/users') 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 = [ -- cgit 1.4.1