1
0
Fork 0
puter/common/gc.nix

10 lines
158 B
Nix
Raw Normal View History

2025-05-18 01:08:10 +02:00
{
nix.gc = {
automatic = true;
dates = "daily";
options = "--delete-older-than 30d";
};
boot.loader.systemd-boot.configurationLimit = 5;
}