mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
hosts: Yggdrasil DNS
This commit is contained in:
parent
d00039fcf4
commit
8e02f9fa65
3 changed files with 19 additions and 0 deletions
|
|
@ -34,6 +34,14 @@
|
|||
"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";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue