all repos — nixfiles @ 363b6f0870750edea48e865a84dee9c5a0ae0196

System and user configuration, managed by nix and home-manager

nix: Use normal configuration for auto-optimise-store
Alan Pearce alan@alanpearce.eu
Fri, 22 Sep 2017 15:59:48 +0200
commit

363b6f0870750edea48e865a84dee9c5a0ae0196

parent

c6c996c7272b2233b74649e41fde99a1ff25e553

1 files changed, 1 insertions(+), 3 deletions(-)

jump to
M modules/nix.nixmodules/nix.nix
@@ -6,9 +6,7 @@     daemonNiceLevel = 10;
     daemonIONiceLevel = 4;
 
-    extraOptions = ''
-      auto-optimise-store = true
-    '';
+    autoOptimiseStore = true;
     gc = {
       automatic = true;
       options = "--delete-older-than 30d";