This commit is contained in:
soraefir
2026-06-07 02:45:11 +02:00
parent 34677df2e3
commit dcf7b0dbe6
2 changed files with 2 additions and 1 deletions

View File

@@ -53,6 +53,7 @@ in {
script = ''
${pkgs.podman}/bin/podman container prune -f
${pkgs.podman}/bin/podman image prune -f
${pkgs.podman}/bin/podman system prune -a --volumes -f
'';
startAt = "weekly";
};