diff options
Diffstat (limited to 'bragi.nix')
-rw-r--r-- | bragi.nix | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -129,13 +129,6 @@ in rec { | |||
129 | enable = true; | 129 | enable = true; |
130 | }; | 130 | }; |
131 | 131 | ||
132 | services.fcron = { | ||
133 | enable = true; | ||
134 | systab = '' | ||
135 | %weekly * * nix-collect-garbage --delete-older-than '7d' | ||
136 | ''; | ||
137 | }; | ||
138 | |||
139 | services.journald = { | 132 | services.journald = { |
140 | rateLimitBurst = 0; | 133 | rateLimitBurst = 0; |
141 | }; | 134 | }; |
@@ -440,6 +433,7 @@ in rec { | |||
440 | daemonNiceLevel = 10; | 433 | daemonNiceLevel = 10; |
441 | gc = { | 434 | gc = { |
442 | automatic = true; | 435 | automatic = true; |
436 | options = "--delete-older-than 21d"; | ||
443 | }; | 437 | }; |
444 | autoOptimiseStore = true; | 438 | autoOptimiseStore = true; |
445 | }; | 439 | }; |