3 lines
74 B
Nix
3 lines
74 B
Nix
{
|
|
nix.gc = { automatic = true; options = "--delete-older-than 7d"; };
|
|
}
|
{
|
|
nix.gc = { automatic = true; options = "--delete-older-than 7d"; };
|
|
}
|