diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-04-12 23:19:05 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-04-12 23:19:05 +0200 |
commit | 3841fef1a3e98f3d683fb21a89c8a99f1797ff86 (patch) | |
tree | 27d057b5883a0a9254884f4374151a91428f3ac5 /bragi.nix | |
parent | 97067e3a520a1746f17976d14279f572820a289e (diff) | |
download | nixos-3841fef1a3e98f3d683fb21a89c8a99f1797ff86.tar nixos-3841fef1a3e98f3d683fb21a89c8a99f1797ff86.tar.gz nixos-3841fef1a3e98f3d683fb21a89c8a99f1797ff86.tar.bz2 nixos-3841fef1a3e98f3d683fb21a89c8a99f1797ff86.tar.xz nixos-3841fef1a3e98f3d683fb21a89c8a99f1797ff86.zip |
Nicer nix
Diffstat (limited to 'bragi.nix')
-rw-r--r-- | bragi.nix | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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; |