improve comments

The comment in python-packackges was obsolete.
This commit is contained in:
Erik Arvstedt
2023-01-20 13:45:09 +01:00
parent 5634f08873
commit 2af642f56a
4 changed files with 6 additions and 5 deletions

View File

@@ -5,7 +5,9 @@ let
secretsDir = config.nix-bitcoin.secretsDir;
in {
services.bitcoind = {
# Make the local bitcoin-cli work with the remote node
# Make the local bitcoin-cli work with the remote node.
# Without this, bitcoin-cli would try to use the .cookie file in the local
# bitcoind data dir for authorization, which doesn't exist.
extraConfig = ''
rpcuser=${cfg.rpc.users.privileged.name}
'';