added various gadget programs

This commit is contained in:
chloe 2025-08-01 15:14:21 +02:00
parent f5bab74dfa
commit eba2a75276
4 changed files with 15 additions and 1 deletions

View file

@ -1,6 +1,7 @@
{ config, pkgs, ... }:
{
imports = [
./nh.nix
./tailscale.nix
];
}

7
shared/client/nh.nix Normal file
View file

@ -0,0 +1,7 @@
{
programs.nh = {
enable = true;
clean.enable = true;
clean.extraArgs = "--keep-since 14d --keep 3";
};
}