diff --git a/workstation/configuration.org b/workstation/configuration.org index 9683c59..efc6473 100644 --- a/workstation/configuration.org +++ b/workstation/configuration.org @@ -928,7 +928,7 @@ environment = { }; systemPackages = with pkgs; [ # virt-manager - docker-compose + podman-compose wget gwe ]; @@ -1162,10 +1162,16 @@ On this section, you can also add virtual machines settings. programs.dconf.enable = true; # virt-manager requires dconf to remember settings virtualisation = { libvirtd.enable = false; - docker = { + podman = { enable = true; - storageDriver = "btrfs"; enableNvidia = true; + dockerCompat = true; + defaultNetwork.settings.dns_enabled = true; + autoPrune = { + enable = true; + flags = [ "--all" ]; + dates = "weekly"; + }; }; }; #+end_src