nixos-config/sys/profiles/nix/gc.nix
2025-01-16 10:08:58 +01:00

7 lines
118 B
Nix

{
nix.gc = {
automatic = true;
options = "--delete-older-than 14d";
};
nix.optimise.automatic = true;
}