services/router: init
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user