linde: fix generation activation error from podman
1 file 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";