nixos/colony: Configure for real hardware

This commit is contained in:
2022-06-17 00:54:28 +01:00
parent 29ffec5de7
commit 36d81cb656
15 changed files with 111 additions and 93 deletions

View File

@@ -177,11 +177,11 @@ rec {
pubDomain = "nul.ie";
colony = rec {
domain = "test.int.nul.ie";
domain = "fra1.int.${pubDomain}";
start = {
all = {
v4 = "10.100.";
v6 = "2a0e:97c0:4d0:bbb";
v6 = "2a0e:97c0:4d0:ccc";
};
base = {
v4 = "${start.all.v4}0.";