nixfiles/hosts/storage/misc.nix
ChaotiCryptidz d14f1e2d44
storge
2022-10-27 16:25:26 +01:00

10 lines
156 B
Nix

{...}: {
nix.settings.auto-optimise-store = true;
nix.gc = {
automatic = true;
dates = "daily";
options = "--delete-older-than 1d";
};
}