diff --git a/nixos/modules/services/networking/netbird/dashboard.nix b/nixos/modules/services/networking/netbird/dashboard.nix index 4efe1f4dfba38..b558ff28c2ad0 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.html $uri/ =404"; + "/".tryFiles = "$uri $uri/ /index.html"; "= /404.html".extraConfig = '' internal;