operator: fix syntax error in description

Fix error `Invalid XML` when running flake-info (nixos-search) .
This commit is contained in:
Erik Arvstedt 2022-07-22 17:16:21 +02:00
parent 7ec248dba1
commit 42bf0422e0
No known key found for this signature in database
GPG Key ID: 33312B944DD97846
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ let
When using nix-bitcoin as part of a larger system config, it makes sense
to set your main system user as the operator, by setting option
`nix-bitcoin.operator.name = "<main user name>";`.
`nix-bitcoin.operator.name = "MAIN_USER_NAME";`.
'';
};
name = mkOption {