nixos/estuary: Generate DNS records for non-default interfaces

This commit is contained in:
2022-06-10 20:42:13 +01:00
parent 68f6942bda
commit 30c8913c08
4 changed files with 22 additions and 7 deletions

View File

@@ -17,6 +17,8 @@
};
};
ctrs = {
name = "shill-vm-ctrs";
domain = lib.my.colony.domain;
ipv4 = {
address = "${lib.my.colony.start.ctrs.v4}1";
gateway = null;