From fc1e1c5806c740497ab5ae9de8a7162e6d1a40a9 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Fri, 20 Jun 2025 11:19:13 +0100 Subject: [PATCH] Revert "temp: temp switch the dns servers since the recent changes left them unavailable" This reverts commit 4fc1071225184d9ca2e74a04a2a9d54674a1a4aa. --- machines/vendetta.nix | 2 +- machines/vigil.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/machines/vendetta.nix b/machines/vendetta.nix index 1113ab7..3244ba6 100644 --- a/machines/vendetta.nix +++ b/machines/vendetta.nix @@ -45,7 +45,7 @@ in { server = { enable = true; # primary dns server (ns1) - primary = false; + primary = true; ip = ip_pub; }; }; diff --git a/machines/vigil.nix b/machines/vigil.nix index 78527fd..421ebaa 100644 --- a/machines/vigil.nix +++ b/machines/vigil.nix @@ -41,7 +41,7 @@ in { server = { enable = true; # secondary dns server (ns2) - primary = true; + primary = false; ip = ip_pub; }; };