refactor(nix/hosts/luna): set gc to remove generations older than a week
Some checks failed
Check Formatting of Files / Check-Formatting (push) Has been cancelled

This commit is contained in:
Price Hiller 2024-05-24 14:03:52 -05:00
parent 80a327de0f
commit ab536579dd
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -1,4 +1,4 @@
{ pkgs, ... }:
{ ... }:
{
nix = {
settings = {
@ -11,6 +11,7 @@
};
gc = {
automatic = true;
options = "--delete-older-than 7d";
dates = "daily";
};
};