diff options
| -rw-r--r-- | profiles/homeserver/dns.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/homeserver/dns.nix b/profiles/homeserver/dns.nix index d2c0015..a93425d 100644 --- a/profiles/homeserver/dns.nix +++ b/profiles/homeserver/dns.nix @@ -40,6 +40,7 @@ zones = with dns.combinators; let here = { A = map a ivi.machines.serber.ipv4; + AAAA = map a ivi.machines.serber.ipv6; }; in { ${ivi.domain}.data = dns.toString ivi.domain (here // { |
