mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 18:09:06 +02:00
chore: lots of pain to make code server work
But it was dns...
This commit is contained in:
parent
f191cc95c6
commit
003701882a
3 changed files with 71 additions and 60 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue