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:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user