fix: nix-gc conf

This commit is contained in:
Julien Hémono 2024-10-20 20:57:33 +02:00
parent 64af5f6eef
commit 8041b78865

View file

@ -72,7 +72,7 @@
nix.gc = { nix.gc = {
automatic = true; automatic = true;
dates = "weekly"; dates = "weekly";
options = "--delete-older-than 1w"; options = "--delete-older-than 7d";
}; };
nix.settings.auto-optimise-store = true; nix.settings.auto-optimise-store = true;