kyra(hardening): nh gc timer init

Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
s0me1newithhand7s 2026-05-03 15:43:59 +03:00
parent f89c5bf96e
commit c563897f02

View file

@ -2,6 +2,14 @@ _: {
programs = {
nh = {
enable = true;
clean = {
enable = true;
dates = "daily";
extraArgs = [
"-k 2"
"-K 1d"
];
};
};
};
}