diff --git a/nix/home-manager/configuration/graphical-removable.nix b/nix/home-manager/configuration/graphical-removable.nix index 350b1be..2c11681 100644 --- a/nix/home-manager/configuration/graphical-removable.nix +++ b/nix/home-manager/configuration/graphical-removable.nix @@ -147,5 +147,8 @@ in { myPython36 busyboxStatic + + # Virtualization + virtmanager ]); } diff --git a/nix/os/profiles/removable-medium/system.nix b/nix/os/profiles/removable-medium/system.nix index 92fc62c..fccfc9e 100644 --- a/nix/os/profiles/removable-medium/system.nix +++ b/nix/os/profiles/removable-medium/system.nix @@ -12,7 +12,7 @@ in { services.qemuGuest.enable = true; virtualisation = { - libvirtd.enable = false; + libvirtd.enable = true; virtualbox.host.enable = false; docker.enable = true; };