From bed99f89d75db2c02e92b2894f9978b9a45df0ae Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 6 Feb 2025 22:49:30 +0100 Subject: linde: fix generation activation error from podman --- system/linde.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/system/linde.nix b/system/linde.nix index 4a5fa0e2..b63e1559 100644 --- a/system/linde.nix +++ b/system/linde.nix @@ -1014,6 +1014,11 @@ in default = [{ type = "insecureAcceptAnything"; }]; }; }; + virtualisation.podman = { + autoPrune = { + enable = true; + }; + }; virtualisation.oci-containers = { containers.website = { image = "ko.local/server:latest"; -- cgit 1.4.1