From 3e9b015000756a278bc72f06753be610e3b750e4 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Wed, 10 Jan 2024 11:50:18 -0600 Subject: [PATCH] docker -> podman --- workstation/configuration.org | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) 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