feat: make nh autoclean sometimes
This commit is contained in:
parent
8df563e632
commit
de48d94846
1 changed files with 6 additions and 0 deletions
|
|
@ -3,6 +3,12 @@
|
||||||
programs.nh = {
|
programs.nh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
flake = config.flake.meta.location;
|
flake = config.flake.meta.location;
|
||||||
|
|
||||||
|
clean = {
|
||||||
|
enable = true;
|
||||||
|
dates = "daily";
|
||||||
|
extraArgs = "-k3";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue