summaryrefslogtreecommitdiff
path: root/modules/programs/nh.nix
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-08-30 16:40:58 -0700
committerFuwn <[email protected]>2024-08-30 16:40:58 -0700
commit52306bb5f72d31012e47cdc9735836f34129a2ec (patch)
tree8ff9f9a55485c71b25fe85fc46de6d780c6e0fed /modules/programs/nh.nix
parentupdate (diff)
downloadnixos-config-52306bb5f72d31012e47cdc9735836f34129a2ec.tar.xz
nixos-config-52306bb5f72d31012e47cdc9735836f34129a2ec.zip
update
Diffstat (limited to 'modules/programs/nh.nix')
-rw-r--r--modules/programs/nh.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/programs/nh.nix b/modules/programs/nh.nix
new file mode 100644
index 0000000..ebb4137
--- /dev/null
+++ b/modules/programs/nh.nix
@@ -0,0 +1,10 @@
+{ pkgs, ... }: {
+ programs.nh = {
+ enable = true;
+
+ clean = {
+ enable = true;
+ extraArgs = "--keep-since 4d --keep 3";
+ };
+ };
+}