chore: lots of pain to make code server work

But it was dns...
This commit is contained in:
Luj 2024-12-06 16:34:10 +01:00
parent f191cc95c6
commit 003701882a
Signed by: luj
GPG key ID: 6FC74C847011FD83
3 changed files with 71 additions and 60 deletions

View file

@ -100,6 +100,10 @@ lib.mkMerge [
networking.firewall.allowedUDPPorts = [ 53 ];
machine.meta.zones."luj.fr".A = [ config.machine.meta.ips.public.ipv4 ];
machine.meta.zones."luj.fr".AAAA = [ config.machine.meta.ips.public.ipv6 ];
machine.meta.zones."luj.fr".TXT = [ "homepage.luj.luj-static.page" ];
}
# DNS Records from all non local configurations are exported here