summaryrefslogtreecommitdiff
path: root/bragi.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2017-04-12 23:50:11 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2017-04-12 23:50:11 +0200
commit777c1736378d8bf91bde33a5bcb69b0b72a276b9 (patch)
treedc1044cff5d44c85fb1c8fcc03041c5207bd86b0 /bragi.nix
parentc4f43cd3f14242c20f6bce32b0853d2603ad786f (diff)
downloadnixos-777c1736378d8bf91bde33a5bcb69b0b72a276b9.tar
nixos-777c1736378d8bf91bde33a5bcb69b0b72a276b9.tar.gz
nixos-777c1736378d8bf91bde33a5bcb69b0b72a276b9.tar.bz2
nixos-777c1736378d8bf91bde33a5bcb69b0b72a276b9.tar.xz
nixos-777c1736378d8bf91bde33a5bcb69b0b72a276b9.zip
Switch periodic to automatic optimise
Diffstat (limited to 'bragi.nix')
-rw-r--r--bragi.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/bragi.nix b/bragi.nix
index 5d234da6..af5e9251 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -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;