diff --git a/machines/vendetta.nix b/machines/vendetta.nix index 3cff501..7b89f84 100644 --- a/machines/vendetta.nix +++ b/machines/vendetta.nix @@ -57,7 +57,7 @@ in { server = { enable = true; # primary dns server (ns1) - primary = true; + primary = false; ip = ip_pub; }; }; diff --git a/machines/vigil.nix b/machines/vigil.nix index 421ebaa..78527fd 100644 --- a/machines/vigil.nix +++ b/machines/vigil.nix @@ -41,7 +41,7 @@ in { server = { enable = true; # secondary dns server (ns2) - primary = false; + primary = true; ip = ip_pub; }; };