Adapt nix store optimization option to upstream

This commit is contained in:
coolneng 2022-03-21 16:25:09 +01:00
parent 338bb73507
commit 90096c1c46
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@
# Run Nix garbage collector, while avoiding recompilation # Run Nix garbage collector, while avoiding recompilation
nix = { nix = {
autoOptimiseStore = true; settings.auto-optimise-store = true;
gc = { gc = {
automatic = true; automatic = true;
options = "--delete-older-than 14d"; options = "--delete-older-than 14d";