From 3286b8f6efcec991dcd920ea4d1a75ffd1b9d5b7 Mon Sep 17 00:00:00 2001 From: death916 Date: Fri, 27 Jun 2025 01:21:27 -0700 Subject: [PATCH] nh --- nixos/configuration.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 7925f00..a167d98 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -123,7 +123,12 @@ }; networking.interfaces.tailscale0.mtu = 1500; programs.firefox.enable = true; - + programs.nh = { + enable = true; + clean.enable = true; + clean.extraArgs = "--keep-since 4d --keep 3"; + flake = "/home/death916/Documents/nix-config/flake.nix"; + }; services.fprintd.enable = true; system.stateVersion = "24.11"; # Did you read the comment?