From ac8d875c353dae30ddc7b5df6f46dfac043eb4e4 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Wed, 8 Feb 2023 18:30:27 +0800 Subject: [PATCH] hosts/plover: properly configure WAN interface --- hosts/plover/modules/hardware/hetzner-cloud-cx21.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hosts/plover/modules/hardware/hetzner-cloud-cx21.nix b/hosts/plover/modules/hardware/hetzner-cloud-cx21.nix index 86edb5d6..739968bc 100644 --- a/hosts/plover/modules/hardware/hetzner-cloud-cx21.nix +++ b/hosts/plover/modules/hardware/hetzner-cloud-cx21.nix @@ -72,9 +72,12 @@ in gateway = [ IPv6.gateway ]; networkConfig = { - DHCP = "yes"; + # IPv6 has to be manually configured. + DHCP = "ipv4"; + LinkLocalAddressing = "ipv6"; IPForward = true; + DNS = [ "2a01:4ff:ff00::add:2" "2a01:4ff:ff00::add:1"