Skip to content

Commit

Permalink
fix garbage collection
Browse files Browse the repository at this point in the history
  • Loading branch information
Lichthagel committed Mar 3, 2024
1 parent c7a6fd1 commit 3f35227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/base.nix
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 1w";
options = "--delete-older-than 7d";
};
settings = (import ../flake.nix).nixConfig;
registry = {
Expand Down

0 comments on commit 3f35227

Please sign in to comment.