mastus: nebula dns try 2

This commit is contained in:
Gabriel Ebner 2022-11-18 22:30:32 -08:00
parent cd4199dc3e
commit 3849c3720b
1 changed files with 4 additions and 1 deletions

View File

@ -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 ];