diff --git a/machines/gustave/nsd.nix b/machines/gustave/nsd.nix index 62ecfff..b5265c6 100644 --- a/machines/gustave/nsd.nix +++ b/machines/gustave/nsd.nix @@ -96,6 +96,16 @@ lib.mkMerge [ ''; networking.firewall.allowedUDPPorts = [ 53 ]; + machine.meta.zones."julienmalka.me".subdomains = { + ns1 = { + A = [ "82.67.34.230" ]; + AAAA = [ "2a01:e0a:de4:a0e0:2f0:cbff:feef:e12a" ]; + }; + ns2 = { + A = [ "163.172.91.82" ]; + AAAA = [ "2001:bc8:3d24::45" ]; + }; + }; }