From d5fabd7234da98818ebe6bc6f1e70e67aa513c23 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 9 Sep 2017 21:54:34 +0200 Subject: nix: Fix configuration syntax --- modules/nix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/nix.nix b/modules/nix.nix index 35b7cea6..e5353de5 100644 --- a/modules/nix.nix +++ b/modules/nix.nix @@ -7,7 +7,7 @@ daemonIONiceLevel = 4; extraOptions = '' - auto-optimise-store = true; + auto-optimise-store = true ''; gc = { automatic = true; -- cgit 1.4.1