ROCKPro64-Server/system/settings/nix/gc/default.nix

9 lines
115 B
Nix
Raw Normal View History

2025-02-28 12:21:09 -05:00
{ ... }:
{
nix.gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 7d";
};
}