Former-commit-id: 9ffeb42e14
This commit is contained in:
Hadi
2024-10-29 11:17:40 +01:00
parent 4aa1b4eb50
commit 90a73be013
3 changed files with 28 additions and 5 deletions

View File

@@ -0,0 +1,8 @@
{ config, ... }: {
programs.nh = {
enable = true;
flake = config.var.configDirectory;
clean.enable = config.var.autoGarbageCollector;
clean.extraArgs = "--keep-since 4d --keep 3";
};
}