From e3b25a5bc12b6585e2c34854b1c74b46128bcd0a Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Fri, 18 Nov 2022 23:05:41 -0800 Subject: [PATCH] nebula more ports --- nebula.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nebula.nix b/nebula.nix index 76cef2b..84a20b0 100644 --- a/nebula.nix +++ b/nebula.nix @@ -8,6 +8,9 @@ in { cert = "/etc/nebula/gabriel/${hostname}.crt"; key = "/etc/nebula/gabriel/${hostname}.key"; + listen.host = "[::]"; + listen.port = 0; # dynamic ip + staticHostMap = { "192.168.18.36" = [ "${mastus}:4242" ]; };