From 5bd94953578fff9319eed68a4da3a623ae6a980a Mon Sep 17 00:00:00 2001 From: Nathan Date: Mon, 28 Jul 2025 15:41:13 -0500 Subject: [PATCH] port?? --- system-config/services/containers/netbird/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system-config/services/containers/netbird/default.nix b/system-config/services/containers/netbird/default.nix index e3bcebf..6c67773 100644 --- a/system-config/services/containers/netbird/default.nix +++ b/system-config/services/containers/netbird/default.nix @@ -305,7 +305,7 @@ };*/ "HttpConfig" = { - #"Address" = "0.0.0.0:443"; + "Address" = "0.0.0.0:443"; "AuthIssuer" = "https://auth.blunkall.us/realms/General"; "AuthAudience" = "netbird"; "AuthKeysLocation" = "https://auth.blunkall.us/realms/General/protocol/openid-connect/certs"; @@ -370,7 +370,7 @@ }; - #port = 443; + port = 443; }; coturn = {