nix: Use normal configuration for auto-optimise-store
1 file changed, 1 insertion(+), 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";