From 017276a4aa686d92e142f14f7dad42d3d2ca8535 Mon Sep 17 00:00:00 2001 From: Pop Date: Fri, 23 May 2025 11:32:04 +0800 Subject: [PATCH] netbird: fix typo in warning message (#406819) --- 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 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."; } ];