From a718ddd27bfa5b7444e0b164861f7cc474e89220 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Tue, 28 Nov 2023 21:05:42 -0600 Subject: [PATCH] virt-manager --- workstation/configuration.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/workstation/configuration.org b/workstation/configuration.org index b0cb9c3..0f96f8d 100644 --- a/workstation/configuration.org +++ b/workstation/configuration.org @@ -922,6 +922,7 @@ environment = { ''; }; systemPackages = with pkgs; [ + virt-manager docker-compose wget gwe @@ -1154,7 +1155,10 @@ run on my server. On this section, you can also add virtual machines settings. #+begin_src nix +# programs.virt-manager.enable = true; +programs.dconf.enable = true; # virt-manager requires dconf to remember settings virtualisation = { + libvirtd.enable = true; docker = { enable = true; storageDriver = "btrfs";