This commit is contained in:
2025-07-27 21:22:04 -05:00
parent 76955e76fa
commit e1802931a0

View File

@@ -236,11 +236,15 @@
enable = true; enable = true;
enableNginx = true; enableNginx = true;
settings = { settings = {
AUTH_AUTHORITY = "https://auth.blunkall.us/realms/General/.well-known/openid-configuration"; AUTH_AUTHORITY = "https://auth.blunkall.us/realms/General";
AUTH_CLIENT_ID = "netbird"; AUTH_CLIENT_ID = "netbird";
AUTH_SUPPORTED_SCOPES = "openid profile email offline_access api"; AUTH_SUPPORTED_SCOPES = "openid profile email offline_access api";
AUTH_AUDIENCE = "netbird"; AUTH_AUDIENCE = "netbird";
USE_AUTH0 = false; USE_AUTH0 = false;
NETBIRD_TOKEN_SOURCE = "accessToken";
NETBIRD_MGMT_API_ENDPOINT = "https://vpn.blunkall.us:443";
NETBIRD_MGMT_GRPC_API_ENDPOINT = "https://vpn.blunkall.us:443";
}; };
}; };
management = { management = {
@@ -360,7 +364,7 @@
}; };
networking.firewall = { networking.firewall = {
allowedTCPPorts = [ 80 8080 ]; allowedTCPPorts = [ 80 8080 33080 ];
allowedUDPPorts = [ 3478 ]; allowedUDPPorts = [ 3478 ];
allowedUDPPortRanges = [{ from = 49152; to = 54152; }]; allowedUDPPortRanges = [{ from = 49152; to = 54152; }];
}; };