This commit is contained in:
Hadi
2024-10-29 11:17:40 +01:00
parent 1ae412cf5b
commit 9ffeb42e14
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";
};
}