hosts: Yggdrasil DNS

This commit is contained in:
kat witch 2021-04-25 22:24:59 +01:00
parent d00039fcf4
commit 8e02f9fa65
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
3 changed files with 19 additions and 0 deletions

View file

@ -49,6 +49,12 @@
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 = {
enable = true;
pubkey = "55e3f29c252d16e73ac849a6039824f94df1dee670c030b9e29f90584f935575";

View file

@ -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";
}

View file

@ -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";
}