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"