summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bragi.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/bragi.nix b/bragi.nix
index 5d234da6..af5e9251 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -413,10 +413,8 @@ in rec {
413 gc = { 413 gc = {
414 automatic = true; 414 automatic = true;
415 }; 415 };
416 optimise = {
417 automatic = true;
418 };
419 maxJobs = 1; 416 maxJobs = 1;
417 autoOptimiseStore = true;
420 }; 418 };
421 419
422 system.autoUpgrade.enable = true; 420 system.autoUpgrade.enable = true;