summaryrefslogtreecommitdiff
path: root/bragi.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2017-04-12 23:19:05 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2017-04-12 23:19:05 +0200
commit3841fef1a3e98f3d683fb21a89c8a99f1797ff86 (patch)
tree27d057b5883a0a9254884f4374151a91428f3ac5 /bragi.nix
parent97067e3a520a1746f17976d14279f572820a289e (diff)
downloadnixos-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.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;