linde: fix generation activation error from podman
Alan Pearce alan@alanpearce.eu
Thu, 06 Feb 2025 22:49:30 +0100
1 files changed, 5 insertions(+), 0 deletions(-)
jump to
M system/linde.nix → system/linde.nix
@@ -1014,6 +1014,11 @@ policy = { default = [{ type = "insecureAcceptAnything"; }]; }; }; + virtualisation.podman = { + autoPrune = { + enable = true; + }; + }; virtualisation.oci-containers = { containers.website = { image = "ko.local/server:latest";