Files
system-config/system/features/gc.nix

10 lines
147 B
Nix

_: {
# Automatic
nix.gc = {
automatic = true;
dates = "weekly";
persistent = true;
options = "--delete-older-than 30d";
};
}