bitcoind: remove custom rpc user names
Simpler. We've just removed option 'bitcoind.rpcuser', so we can also remove the old name 'bitcoinrpc'.
This commit is contained in:
parent
1408403dec
commit
9d610991be
2 changed files with 2 additions and 4 deletions
|
|
@ -290,11 +290,9 @@ in {
|
|||
})
|
||||
{
|
||||
rpc.users.privileged = {
|
||||
name = "bitcoinrpc";
|
||||
passwordHMACFromFile = true;
|
||||
};
|
||||
rpc.users.public = {
|
||||
name = "publicrpc";
|
||||
passwordHMACFromFile = true;
|
||||
rpcwhitelist = import ./bitcoind-rpc-public-whitelist.nix;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue