We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 813b891 commit 017276aCopy full SHA for 017276a
1 file changed
nixos/modules/services/networking/netbird/dashboard.nix
@@ -87,7 +87,7 @@ in
87
assertions = [
88
{
89
assertion = hasAttr "AUTH_AUTHORITY" cfg.settings;
90
- message = "The setting AUTH_AUTHORITY is required for the dasboard to function.";
+ message = "The setting AUTH_AUTHORITY is required for the dashboard to function.";
91
}
92
];
93
0 commit comments