diff --git a/meta/dns.nix b/meta/dns.nix index 935d69e..0f349e4 100644 --- a/meta/dns.nix +++ b/meta/dns.nix @@ -131,7 +131,7 @@ in # Primary DNS servers NS = [ "ns01.dgnum.eu." # ns-03.hubrecht.ovh - "ns02.dgnum.eu." + "ns02.dgnum.eu." # kurisu.lahfa.xyz ]; # dgnum.codeberg.pages @@ -156,6 +156,10 @@ in A = [ "51.178.27.125" ]; AAAA = [ "2001:41d0:305:2100::542c" ]; }; + ns02 = { + A = [ "163.172.69.160" ]; + AAAA = [ "2001:bc8:38ee::1" ]; + }; } // { infra = infra // {