nix: Use normal configuration for auto-optimise-store
Alan Pearce alan@alanpearce.eu
Fri, 22 Sep 2017 15:59:48 +0200
1 files changed, 1 insertions(+), 3 deletions(-)
jump to
M modules/nix.nix → 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";