Skip to content

Commit 017276a

Browse files
authored
netbird: fix typo in warning message (#406819)
1 parent 813b891 commit 017276a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nixos/modules/services/networking/netbird/dashboard.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ in
8787
assertions = [
8888
{
8989
assertion = hasAttr "AUTH_AUTHORITY" cfg.settings;
90-
message = "The setting AUTH_AUTHORITY is required for the dasboard to function.";
90+
message = "The setting AUTH_AUTHORITY is required for the dashboard to function.";
9191
}
9292
];
9393

0 commit comments

Comments
 (0)