nixos/colony: Add darts VM
This commit is contained in:
@@ -152,6 +152,9 @@ in
|
||||
mail-vm IN A ${net.cidr.host 0 prefixes.mail.v4}
|
||||
mail-vm IN AAAA ${net.cidr.host 1 prefixes.mail.v6}
|
||||
|
||||
darts-cust IN A ${net.cidr.host 0 prefixes.darts.v4}
|
||||
darts-cust IN AAAA ${net.cidr.host 1 prefixes.darts.v6}
|
||||
|
||||
andrey-cust IN A ${allAssignments.kelder.estuary.ipv4.address}
|
||||
|
||||
$TTL 3
|
||||
@@ -202,6 +205,8 @@ in
|
||||
|
||||
1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2 IN PTR mail.nul.ie.
|
||||
|
||||
1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.0.0.2 IN PTR darts-cust.${config.networking.domain}.
|
||||
|
||||
${lib.my.dns.ptr6Records {
|
||||
inherit allAssignments names;
|
||||
domain = config.networking.domain;
|
||||
|
Reference in New Issue
Block a user