From 145ce47e10494b7b71cc51ae60d92c8a075c3f56 Mon Sep 17 00:00:00 2001 From: joachimschmidt557 Date: Mon, 29 Nov 2021 14:08:18 +0100 Subject: [PATCH] dustbowl: Add libvirtd --- nixos/dustbowl.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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