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