nixos-config/hosts/nixos-home/config/system_saves.nix
afoucaultc df94405cef yeeee
2026-07-07 20:42:01 +02:00

8 lines
130 B
Nix

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