banlist: simplify script, remove package
We're now directly using Greg's unmodified banlist which simplifies the update process. The banlist package with its dependency on the bitcoin datadir path is only relevant for internal use within nix-bitcoin, so we can safely remove it. We're now using the bitcoin-cli from `services.bitcoind.package`. Fixes #129
This commit is contained in:
@@ -189,7 +189,6 @@ in {
|
||||
blockchains.bitcoind
|
||||
(hiPrio config.services.bitcoind.cli)
|
||||
nodeinfo
|
||||
banlist
|
||||
jq
|
||||
qrencode
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user