services/router: init

This commit is contained in:
2026-09-17 08:57:32 +07:00
parent b85d6637f1
commit 60aac6efb2
39 changed files with 1831 additions and 929 deletions
+7
View File
@@ -1,3 +1,4 @@
{ ... }:
let
hosts = import ./modules/hosts.nix;
@@ -17,12 +18,18 @@ let
};
in
{
# Site gateways: the router service instance lives in inventory.nix.
imports = [ ./inventory.nix ];
# Ensure this is unique among all clans you want to use.
meta.name = "cnx-network-clan";
meta.domain = "cnx-network.internal";
inventory.machines = fleet;
# Services defined in this repo (module.input = "self"). See modules/clan/.
modules.router = ./modules/clan/router;
inventory.instances = {
# Admin SSH keys + root password, split per the clan-core migration off