diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-04-12 23:50:11 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-04-12 23:50:11 +0200 |
commit | 777c1736378d8bf91bde33a5bcb69b0b72a276b9 (patch) | |
tree | dc1044cff5d44c85fb1c8fcc03041c5207bd86b0 | |
parent | c4f43cd3f14242c20f6bce32b0853d2603ad786f (diff) | |
download | nixos-777c1736378d8bf91bde33a5bcb69b0b72a276b9.tar nixos-777c1736378d8bf91bde33a5bcb69b0b72a276b9.tar.gz nixos-777c1736378d8bf91bde33a5bcb69b0b72a276b9.tar.bz2 nixos-777c1736378d8bf91bde33a5bcb69b0b72a276b9.tar.xz nixos-777c1736378d8bf91bde33a5bcb69b0b72a276b9.zip |
Switch periodic to automatic optimise
-rw-r--r-- | bragi.nix | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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; |