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";