From c72abe04f24c3108346f0fc8a6d147a2c0958d6b Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 18 Feb 2022 14:22:40 +0300 Subject: feat(sanduny): Configure Bitfolk nameservers Change-Id: I81b252aedbf1ce3543a167b6c1942c404d4f1f1e Reviewed-on: https://cl.tvl.fyi/c/depot/+/5312 Autosubmit: tazjin Tested-by: BuildkiteCI Reviewed-by: sterni --- ops/machines/sanduny/default.nix | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ops') diff --git a/ops/machines/sanduny/default.nix b/ops/machines/sanduny/default.nix index f5fc7cdac6..81754b3341 100644 --- a/ops/machines/sanduny/default.nix +++ b/ops/machines/sanduny/default.nix @@ -40,6 +40,14 @@ in defaultGateway6.address = "2001:ba8:1f1:f109::1"; firewall.allowedTCPPorts = [ 22 80 443 ]; + + # https://bitfolk.com/customer_information.html#toc_2_DNS + nameservers = [ + "85.119.80.232" + "85.119.80.233" + "2001:ba8:1f1:f205::53" + "2001:ba8:1f1:f206::53" + ]; }; security.sudo.wheelNeedsPassword = false; -- cgit 1.4.1