diff --git a/hosts/plover/modules/hardware/hetzner-cloud-cx21.nix b/hosts/plover/modules/hardware/hetzner-cloud-cx21.nix index e18da6e9..c0df858b 100644 --- a/hosts/plover/modules/hardware/hetzner-cloud-cx21.nix +++ b/hosts/plover/modules/hardware/hetzner-cloud-cx21.nix @@ -84,7 +84,12 @@ in networkConfig = { DHCP = "yes"; + LinkLocalAddressing = "ipv6"; IPForward = true; + DNS = [ + "2a01:4ff:ff00::add:2" + "2a01:4ff:ff00::add:1" + ]; }; };