From 05877591572f35461e14c0db2b33a337faffc10e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Sat, 30 May 2026 16:38:41 -0300 Subject: [PATCH] docker: cleanup old containers more frequently --- system/containers.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/containers.nix b/system/containers.nix index c1f8a88..5d9141d 100644 --- a/system/containers.nix +++ b/system/containers.nix @@ -15,7 +15,7 @@ enable = true; autoPrune = { enable = true; - dates = "monthly"; + dates = "weekly"; flags = [ "--all" "--volumes"