gc: every 7d

This commit is contained in:
Motiejus Jakštys 2023-09-03 07:20:49 +03:00
parent 19a95d3a7c
commit 2963f0a0d7
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
gc = {
automatic = true;
dates = "daily";
options = "--delete-older-than 14d";
options = "--delete-older-than 7d";
};
settings = {
experimental-features = ["nix-command" "flakes"];