nixos-config/hosts/nixos-home/config/system_saves.nix
2026-07-10 13:22:08 +02:00

8 lines
116 B
Nix

{ ... }:
{
nix.gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 30d";
};
}