nixos-config/hosts/nixos-home/config/basesystem/system_saves.nix
2026-08-07 09:49:17 +02:00

8 lines
116 B
Nix

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