From 363b6f0870750edea48e865a84dee9c5a0ae0196 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 22 Sep 2017 15:59:48 +0200 Subject: nix: Use normal configuration for auto-optimise-store --- modules/nix.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/nix.nix b/modules/nix.nix index e1f1e163..504942ec 100644 --- a/modules/nix.nix +++ b/modules/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"; -- cgit 1.4.1