Skip to content

Commit 6a55bbf

Browse files
btlogyhacklschorsch
andcommitted
Back port upcomming change from #23 fixing #16
Co-authored-by: Florian Sesser <florian@leastauthority.com> Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
1 parent 8af0d8e commit 6a55bbf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nix/common/default.nix

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
nix.gc = {
1313
automatic = lib.mkDefault true;
1414
dates = lib.mkDefault "weekly";
15-
options = lib.mkDefault "--delete-older-than 30d";
15+
randomizedDelaySec = "45min";
16+
options = lib.mkDefault "--delete-older-than 14d";
1617
};
1718

1819
boot.tmp.cleanOnBoot = true;

0 commit comments

Comments
 (0)