10 lines
158 B
Nix
10 lines
158 B
Nix
|
{
|
||
|
nix.gc = {
|
||
|
automatic = true;
|
||
|
dates = "daily";
|
||
|
options = "--delete-older-than 30d";
|
||
|
};
|
||
|
|
||
|
boot.loader.systemd-boot.configurationLimit = 5;
|
||
|
}
|