nixos: move nh to workstation

This commit is contained in:
ooks-io 2024-10-27 23:17:11 +11:00
parent 27a9e04281
commit 018e2e7bad
2 changed files with 22 additions and 8 deletions

View file

@ -0,0 +1,8 @@
{config, ...}: let
inherit (config.ooknet.host) admin;
in {
programs.nh = {
enable = true;
flake = "/home/${admin.name}/.config/ooknet";
};
}