10 lines
135 B
Nix
10 lines
135 B
Nix
|
{
|
||
|
programs.nh = {
|
||
|
enable = true;
|
||
|
clean = {
|
||
|
enable = true;
|
||
|
extraArgs = "--keep-since 30d --keep 3";
|
||
|
};
|
||
|
};
|
||
|
}
|