remove custom no-upnp bitcoind builds
Disabling upnp via compilation brings no substantial security benefits. There's no way to inadvertently enable upnp, it must be set explicitly via bitcoind.extraConfig. But it's a huge hassle for new users who have to recompile bitcoind before being able to use nix-bitcoin. Also, elementsd is currently built with upnp support by default.
This commit is contained in:
parent
2d51c722cc
commit
3a606608fb
1 changed files with 2 additions and 2 deletions
|
|
@ -4,9 +4,9 @@ let
|
|||
nixBitcoinPkgsUnstable = import ./. { pkgs = unstable; };
|
||||
in
|
||||
{
|
||||
bitcoin = unstable.bitcoin.override { miniupnpc = null; };
|
||||
bitcoind = unstable.bitcoind.override { miniupnpc = null; };
|
||||
inherit (unstable)
|
||||
bitcoin
|
||||
bitcoind
|
||||
clightning
|
||||
lnd;
|
||||
inherit (nixBitcoinPkgsUnstable) electrs;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue