summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
Diffstat (limited to 'system')
-rw-r--r--system/linde.nix5
1 files changed, 5 insertions, 0 deletions
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";