Skip to content

Commit

Permalink
Relax garbage collection a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremystucki committed Mar 27, 2024
1 parent e7d3ef0 commit 69daffe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/nixos.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

nix.gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 30d";
dates = "monthly";
options = "--delete-older-than 60d";
};

# This value determines the NixOS release from which the default
Expand Down

0 comments on commit 69daffe

Please sign in to comment.