mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
7 lines
122 B
Nix
7 lines
122 B
Nix
{
|
|
programs.nh = {
|
|
enable = true;
|
|
clean.enable = true;
|
|
clean.extraArgs = "--keep-since 14d --keep 3";
|
|
};
|
|
}
|