nixos-config/systemProfiles/nix/gc.nix
2024-10-25 10:39:48 +02:00

7 lines
118 B
Nix

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