From 12abc5146ea66073c787b06098306f1f12ec83fc Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Mon, 6 Feb 2023 19:30:51 +0800 Subject: [PATCH] hosts/plover: update WAN interface network config --- hosts/plover/modules/hardware/hetzner-cloud-cx21.nix | 5 +++++ 1 file changed, 5 insertions(+) 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" + ]; }; };