configuration | add automatic garbage collection

This commit is contained in:
Don Harper 2022-11-05 18:04:33 -05:00
parent bff5db9ca2
commit af4b4bf213

View file

@ -209,4 +209,9 @@
};
};
};
nix.gc = {
automatic = true;
dates = "1w";
options = "-d";
};
}