bitcoind: simplify default rpc user name config
This commit is contained in:
parent
205829b91f
commit
59434e79f0
1 changed files with 1 additions and 3 deletions
|
|
@ -109,6 +109,7 @@ in {
|
|||
options = {
|
||||
name = mkOption {
|
||||
type = types.str;
|
||||
default = name;
|
||||
example = "alice";
|
||||
description = ''
|
||||
Username for JSON-RPC connections.
|
||||
|
|
@ -131,9 +132,6 @@ in {
|
|||
'';
|
||||
};
|
||||
};
|
||||
config = {
|
||||
name = mkDefault name;
|
||||
};
|
||||
}));
|
||||
description = ''
|
||||
RPC user information for JSON-RPC connections.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue