diff --git a/nixos/modules/services/networking/netbird/dashboard.nix b/nixos/modules/services/networking/netbird/dashboard.nix index 788b724231be..8d1cbe7f6de1 100644 --- a/nixos/modules/services/networking/netbird/dashboard.nix +++ b/nixos/modules/services/networking/netbird/dashboard.nix @@ -87,7 +87,7 @@ in assertions = [ { assertion = hasAttr "AUTH_AUTHORITY" cfg.settings; - message = "The setting AUTH_AUTHORITY is required for the dasboard to function."; + message = "The setting AUTH_AUTHORITY is required for the dashboard to function."; } ];