From e6d383dcdef577fd3e9cd05767c45878c216c69c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Janne=20He=C3=9F?= Date: Tue, 4 Nov 2025 19:11:43 +0100 Subject: [PATCH] nixos/netbird-dashboard: Sync env with upstream From here: https://github.com/netbirdio/dashboard/blob/main/docker/init_react_envs.sh#L69C1-L69C416 --- nixos/modules/services/networking/netbird/dashboard.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/modules/services/networking/netbird/dashboard.nix b/nixos/modules/services/networking/netbird/dashboard.nix index bee3aeadd55e..3cddb34a8ac0 100644 --- a/nixos/modules/services/networking/netbird/dashboard.nix +++ b/nixos/modules/services/networking/netbird/dashboard.nix @@ -135,10 +135,12 @@ in "$AUTH_SUPPORTED_SCOPES" "$NETBIRD_DRAG_QUERY_PARAMS" "$NETBIRD_GOOGLE_ANALYTICS_ID" + "$NETBIRD_GOOGLE_TAG_MANAGER_ID" "$NETBIRD_HOTJAR_TRACK_ID" "$NETBIRD_MGMT_API_ENDPOINT" "$NETBIRD_MGMT_GRPC_API_ENDPOINT" "$NETBIRD_TOKEN_SOURCE" + "$NETBIRD_WASM_PATH" "$USE_AUTH0" ]; }