From 316602a35dcc1e911741f2c5e6956ad578150698 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Thu, 8 Jun 2023 19:51:38 +0800 Subject: [PATCH] hosts/plover: update DNS server list for LAN interface --- hosts/plover/modules/hardware/hetzner-cloud-cx21.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/hosts/plover/modules/hardware/hetzner-cloud-cx21.nix b/hosts/plover/modules/hardware/hetzner-cloud-cx21.nix index de95c655..332fbe1f 100644 --- a/hosts/plover/modules/hardware/hetzner-cloud-cx21.nix +++ b/hosts/plover/modules/hardware/hetzner-cloud-cx21.nix @@ -93,7 +93,15 @@ in # Using the authoritative DNS server to enable accessing them nice # internal services with domain names. - dns = [ "127.0.0.1" "::1" ]; + dns = [ + IPv4.address + IPv6.address + + # Just in case it cannot really do it. + "127.0.0.1" + "::1" + ]; + domains = [ config.networking.fqdn ]; gateway = [