mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-10 04:49:19 -08:00
hosts: Yggdrasil DNS
This commit is contained in:
parent
d00039fcf4
commit
8e02f9fa65
3 changed files with 19 additions and 0 deletions
|
|
@ -49,6 +49,12 @@
|
||||||
to = 20000;
|
to = 20000;
|
||||||
}];
|
}];
|
||||||
|
|
||||||
|
deploy.tf.dns.records.kittywitch_net_athame = {
|
||||||
|
tld = "kittywit.ch.";
|
||||||
|
domain = "${config.networking.hostName}.net";
|
||||||
|
aaaa.address = config.hexchen.network.address;
|
||||||
|
};
|
||||||
|
|
||||||
hexchen.network = {
|
hexchen.network = {
|
||||||
enable = true;
|
enable = true;
|
||||||
pubkey = "55e3f29c252d16e73ac849a6039824f94df1dee670c030b9e29f90584f935575";
|
pubkey = "55e3f29c252d16e73ac849a6039824f94df1dee670c030b9e29f90584f935575";
|
||||||
|
|
|
||||||
|
|
@ -106,6 +106,11 @@ in {
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
deploy.tf.dns.records.kittywitch_net_samhain = {
|
||||||
|
tld = "kittywit.ch.";
|
||||||
|
domain = "${config.networking.hostName}.net";
|
||||||
|
aaaa.address = config.hexchen.network.address;
|
||||||
|
};
|
||||||
|
|
||||||
system.stateVersion = "20.09";
|
system.stateVersion = "20.09";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -34,6 +34,14 @@
|
||||||
"tcp://0.0.0.0:0"
|
"tcp://0.0.0.0:0"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
deploy.tf.dns.records.kittywitch_net_yule = {
|
||||||
|
tld = "kittywit.ch.";
|
||||||
|
domain = "${config.networking.hostName}.net";
|
||||||
|
aaaa.address = config.hexchen.network.address;
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
system.stateVersion = "20.09";
|
system.stateVersion = "20.09";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue