summaryrefslogtreecommitdiff
path: root/bragi.nix
diff options
context:
space:
mode:
Diffstat (limited to 'bragi.nix')
-rw-r--r--bragi.nix8
1 files changed, 1 insertions, 7 deletions
diff --git a/bragi.nix b/bragi.nix
index 8c76f211..590aba02 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -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 };