From eaf2c4cfe607822342ead13cb9d28ebae050512a Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Tue, 22 Apr 2025 10:19:35 -0400 Subject: [PATCH] remove nh --- etcnixos/common.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/etcnixos/common.nix b/etcnixos/common.nix index c45e4c6..c32b201 100644 --- a/etcnixos/common.nix +++ b/etcnixos/common.nix @@ -43,13 +43,6 @@ ]; }; - # https://github.com/viperML/nh - programs.nh = { - enable = true; - clean.enable = true; - clean.extraArgs = "--keep-since 4d --keep 3"; - }; - # kernel options boot = { kernelPackages = pkgs.linuxPackages_cachyos-lto;