Skip to content

Commit

Permalink
nix: Run gc weekly instead of daily
Browse files Browse the repository at this point in the history
  • Loading branch information
wagdav committed Jan 22, 2024
1 parent ee90418 commit 37eeb94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
nix.gc = {
automatic = true;
options = ''--delete-older-than 30d'';
dates = "weekly";
randomizedDelaySec = "15min";
};

hardware.enableRedistributableFirmware = true;
Expand Down

0 comments on commit 37eeb94

Please sign in to comment.