clightning: remove bitcoin-rpcuser option

Simplifies the clightning module.
This commit is contained in:
nixbitcoin 2020-06-10 15:31:57 +00:00
parent 65b5dab3d4
commit ae1230e13b
No known key found for this signature in database
GPG key ID: DD11F9AD5308B3BA
2 changed files with 1 additions and 8 deletions

View file

@ -75,7 +75,6 @@ in {
# clightning
services.clightning = {
bitcoin-rpcuser = cfg.bitcoind.rpcuser;
proxy = cfg.tor.client.socksListenAddress;
enforceTor = true;
always-use-proxy = true;