Garbage collect driftwood

This commit is contained in:
Nathan McCarty 2025-04-17 13:11:49 -04:00
parent cb43931166
commit cf5c5bd0fd

View file

@ -77,4 +77,11 @@
upper = "05:00";
};
};
# Setup garbage collection, keep the past month
nix.gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 30d";
};
}