From c691bee08c8b2fcd68b0ece896109e7571b69b7d Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 14 Aug 2025 20:11:13 -0700 Subject: configure podman --- profiles/services/podman.nix | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'profiles') diff --git a/profiles/services/podman.nix b/profiles/services/podman.nix index 4a132d2..bd5aa3c 100644 --- a/profiles/services/podman.nix +++ b/profiles/services/podman.nix @@ -1,5 +1,13 @@ { virtualisation.podman = { enable = true; + dockerCompat = true; + autoPrune.enable = true; + autoPrune.flags = [ + "--all" + ]; + defaultNetwork.settings.dns_enabled = true; }; + + virtualisation.oci-containers.backend = "podman"; } -- cgit v1.2.3