From 75a8b3e94f50e83335a19e3e38d2fa1eb7894d54 Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Sun, 6 Jan 2019 13:19:21 +0100 Subject: [PATCH] nix/graphical-removable: enable libvirtd --- nix/home-manager/configuration/graphical-removable.nix | 3 +++ nix/os/profiles/removable-medium/system.nix | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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; };