operator: fix syntax error in description
Fix error `Invalid XML` when running flake-info (nixos-search) .
This commit is contained in:
parent
7ec248dba1
commit
42bf0422e0
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user