From de668cb6cb0ce5584bd24a5101b30865c0ce9201 Mon Sep 17 00:00:00 2001 From: K900 Date: Wed, 25 Mar 2026 15:38:17 +0300 Subject: [PATCH] nixos/netbird/dashboard: actually set it up correctly The previous fix was incomplete, this is what the upstream Dockerfile does. --- nixos/modules/services/networking/netbird/dashboard.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/networking/netbird/dashboard.nix b/nixos/modules/services/networking/netbird/dashboard.nix index b558ff28c2ad..4efe1f4dfba3 100644 --- a/nixos/modules/services/networking/netbird/dashboard.nix +++ b/nixos/modules/services/networking/netbird/dashboard.nix @@ -171,7 +171,7 @@ in root = cfg.finalDrv; locations = { - "/".tryFiles = "$uri $uri/ /index.html"; + "/".tryFiles = "$uri $uri.html $uri/ =404"; "= /404.html".extraConfig = '' internal;