Skip to content

Administration modules

NixOS configuration for the local LAN administrator computer.

  • enable bool Enable NIX configuration builder tools
  • enableNh bool Enable nix helper (nh) management tool
darkone.admin.nix = {
enable = false;
enableNh = false;
};