1
1
Fork 0

nh: always gc older than 7 days

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2024-09-12 20:49:23 -05:00
parent 32f419cdb1
commit 22929b4156
Signed by: myned
GPG key ID: C7224454F7881A34

View file

@ -16,7 +16,7 @@ in
clean = {
enable = true;
extraArgs = "--keep-since ${if config.custom.minimal then "7" else "30"}d";
extraArgs = "--keep-since 7d";
};
};
};