Skip to content

Commit

Permalink
fix(nixos): auto gc
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Apr 30, 2024
1 parent 5137773 commit 778a414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion machines/shared.nix
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 1w";
options = "--delete-older-than 14d";
};
};

Expand Down

0 comments on commit 778a414

Please sign in to comment.