summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bragi.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/bragi.nix b/bragi.nix
index e20fcbae..47f18cde 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -411,6 +411,10 @@ in rec {
411 gc = { 411 gc = {
412 automatic = true; 412 automatic = true;
413 }; 413 };
414 optimise = {
415 automatic = true;
416 };
417 maxJobs = 1;
414 }; 418 };
415 419
416 system.autoUpgrade.enable = true; 420 system.autoUpgrade.enable = true;