nix: Fix configuration syntax
1 file changed, 1 insertion(+), 1 deletion(-)
jump to
M modules/nix.nix → modules/nix.nix
@@ -7,7 +7,7 @@ daemonNiceLevel = 10; daemonIONiceLevel = 4; extraOptions = '' - auto-optimise-store = true; + auto-optimise-store = true ''; gc = { automatic = true;