11 lines
156 B
Nix
11 lines
156 B
Nix
|
{...}: {
|
||
|
programs.nh = {
|
||
|
enable = true;
|
||
|
clean = {
|
||
|
enable = true;
|
||
|
dates = "weekly";
|
||
|
extraArgs = "--keep-since 7d";
|
||
|
};
|
||
|
};
|
||
|
}
|