hosts/athame: turn on endpoint for yggdrasil

This commit is contained in:
kat witch 2021-05-12 01:51:40 +01:00
parent e59108c9d2
commit a1aafd06f7
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72

View file

@ -58,6 +58,8 @@ with lib;
katnet.public.interfaces = singleton "enp1s0";
katnet.private.interfaces = singleton "hexnet";
katnet.public.tcp.ports = singleton 52969;
deploy.tf.dns.records.kittywitch_athame_v6 = {
tld = "kittywit.ch.";
domain = "athame";
@ -68,8 +70,8 @@ with lib;
hexchen.network = {
enable = true;
pubkey = "55e3f29c252d16e73ac849a6039824f94df1dee670c030b9e29f90584f935575";
listen.enable = false;
listen.endpoints = [ ];
listen.enable = true;
listen.endpoints = [ "tcp://168.119.126.111:52969" ];
};
system.stateVersion = "20.09";
}