From 9f05bfea952e0007df2f138a1036c9b43b713dcb Mon Sep 17 00:00:00 2001 From: alyx Date: Mon, 28 Jul 2025 12:27:03 +0100 Subject: [PATCH] add nh to host absolution --- base/absolution/configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/base/absolution/configuration.nix b/base/absolution/configuration.nix index 9fbae7d..f4b4db0 100644 --- a/base/absolution/configuration.nix +++ b/base/absolution/configuration.nix @@ -29,6 +29,13 @@ enableSSHSupport = true; }; + programs.nh = { + enable = true; + clean.enable = true; + clean.extraArgs = "--keep-since 4d --keep 3"; + flake = "/home/alyx/.config/nixos"; + }; + hardware.wooting.enable = true; hardware.openrazer.enable = true;