all repos — archive/nixos-configuration @ 363b6f0870750edea48e865a84dee9c5a0ae0196

Superseded by nixfiles

nix: Use normal configuration for auto-optimise-store

Alan Pearce
commit

363b6f0870750edea48e865a84dee9c5a0ae0196

parent

c6c996c7272b2233b74649e41fde99a1ff25e553

1 file changed, 1 insertion(+), 3 deletions(-)

jump to
M modules/nix.nixmodules/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";