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:
Erik Arvstedt 2020-08-26 21:15:36 +02:00
parent 1408403dec
commit 9d610991be
No known key found for this signature in database
GPG key ID: 33312B944DD97846
2 changed files with 2 additions and 4 deletions

View file

@ -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;
};