8 lines
163 B
Nix
8 lines
163 B
Nix
{
|
|
programs.nh = {
|
|
enable = true;
|
|
clean.enable = true;
|
|
clean.extraArgs = "--keep-since 4d --keep 3";
|
|
flake = "/home/rus07tam/nixos-infra";
|
|
};
|
|
}
|