Skip to content

Commit

Permalink
host: common: Enable automatic GC
Browse files Browse the repository at this point in the history
  • Loading branch information
aftix committed Dec 18, 2024
1 parent b03daa0 commit 5199ea0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions host/common/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,13 @@ in {
trusted-users = ["@wheel"];
};

gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 14d";
randomizedDelaySec = "30min";
};

optimise.automatic = true;
};

Expand Down

0 comments on commit 5199ea0

Please sign in to comment.