From b5b2062620ba791473391139105877a51a76b2d4 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Fri, 18 Nov 2022 23:19:29 -0800 Subject: [PATCH] mastus: nebula dns diff port --- mastus/nebula.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mastus/nebula.nix b/mastus/nebula.nix index a2f9963..ec87a37 100644 --- a/mastus/nebula.nix +++ b/mastus/nebula.nix @@ -17,7 +17,7 @@ in { settings = { serve_dns = true; - lighthouse.dns = { host = "192.168.18.36"; port = 53; }; + lighthouse.dns = { host = "192.168.18.36"; port = 5353; }; }; };