From 3841fef1a3e98f3d683fb21a89c8a99f1797ff86 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 12 Apr 2017 23:19:05 +0200 Subject: Nicer nix --- bragi.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bragi.nix b/bragi.nix index e20fcbae..47f18cde 100644 --- a/bragi.nix +++ b/bragi.nix @@ -411,6 +411,10 @@ in rec { gc = { automatic = true; }; + optimise = { + automatic = true; + }; + maxJobs = 1; }; system.autoUpgrade.enable = true; -- cgit v1.2.3