Skip to content

Commit

Permalink
feat(sheo): podman prune all
Browse files Browse the repository at this point in the history
  • Loading branch information
xgroleau committed Mar 11, 2024
1 parent 30a4ce3 commit d289140
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion hosts/sheogorath/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,11 @@ in {
oci-containers.backend = "podman";
podman = {
enable = true;
autoPrune.enable = true;
autoPrune = {
enable = true;
dates = "weekly";
flags = [ "--all" "--volumes" ];
};
};
};

Expand Down

0 comments on commit d289140

Please sign in to comment.