From 3849c3720b177ed36e35aec5e8acc8473c087a09 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Fri, 18 Nov 2022 22:30:32 -0800 Subject: [PATCH] mastus: nebula dns try 2 --- mastus/nebula.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mastus/nebula.nix b/mastus/nebula.nix index 77e48b9..a2f9963 100644 --- a/mastus/nebula.nix +++ b/mastus/nebula.nix @@ -15,7 +15,10 @@ in { firewall.inbound = [ { port = "any"; proto = "any"; host = "any"; } ]; - settings.lighthouse.dns = { host = "0.0.0.0"; port = 53; }; + settings = { + serve_dns = true; + lighthouse.dns = { host = "192.168.18.36"; port = 53; }; + }; }; networking.firewall.allowedUDPPorts = [ 4242 ];