diff --git a/nixos/dustbowl.nix b/nixos/dustbowl.nix index 0f84f76..e690c2a 100644 --- a/nixos/dustbowl.nix +++ b/nixos/dustbowl.nix @@ -314,11 +314,13 @@ virtualisation.virtualbox.host.enable = true; + virtualisation.libvirtd.enable = true; + users.users.joachim = { isNormalUser = true; home = "/home/joachim"; shell = pkgs.fish; - extraGroups = [ "wheel" "scanner" ]; + extraGroups = [ "wheel" "scanner" "libvirtd" ]; }; # Yubikey PAM