diff options
-rw-r--r-- | bragi.nix | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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; |