From 777c1736378d8bf91bde33a5bcb69b0b72a276b9 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 12 Apr 2017 23:50:11 +0200 Subject: Switch periodic to automatic optimise --- bragi.nix | 4 +--- 1 file changed, 1 insertion(+), 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 { gc = { automatic = true; }; - optimise = { - automatic = true; - }; maxJobs = 1; + autoOptimiseStore = true; }; system.autoUpgrade.enable = true; -- cgit v1.2.3