This commit is contained in:
Kyle Isom 2025-09-01 14:01:10 -07:00
parent 630e461e81
commit 240bf9384a
1 changed files with 7 additions and 0 deletions

View File

@ -72,4 +72,11 @@
pango pango
pangomm pangomm
]; ];
programs.nh = {
enable = true;
clean.enable = true;
clean.extraArgs = "--keep-since 4d --keep 3";
flake = "/home/kyle/src/config/nixos";
};
} }