all repos — nixfiles @ d5fabd7234da98818ebe6bc6f1e70e67aa513c23

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

nix: Fix configuration syntax
Alan Pearce alan@alanpearce.eu
Sat, 09 Sep 2017 21:54:34 +0200
commit

d5fabd7234da98818ebe6bc6f1e70e67aa513c23

parent

61b85e007d4ce04a28ec9be8378a609b4508279a

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

jump to
M modules/nix.nixmodules/nix.nix
@@ -7,7 +7,7 @@ daemonNiceLevel = 10;     daemonIONiceLevel = 4;
 
     extraOptions = ''
-      auto-optimise-store = true;
+      auto-optimise-store = true
     '';
     gc = {
       automatic = true;