Add Greg Maxwell's banlist to bitcoind postStart

This commit is contained in:
nixbitcoin
2019-03-21 10:11:18 +01:00
parent 022ba88450
commit fbc78ce6ed
5 changed files with 696 additions and 0 deletions
+2
View File
@@ -5,6 +5,7 @@
# Custom packages
nodeinfo = (import ../pkgs/nodeinfo.nix) { inherit pkgs; };
banlist = (import ../pkgs/banlist.nix) { inherit pkgs; };
lightning-charge = import ../pkgs/lightning-charge.nix { inherit pkgs; };
nanopos = import ../pkgs/nanopos.nix { inherit pkgs; };
spark-wallet = import ../pkgs/spark-wallet.nix { inherit pkgs; };
@@ -24,6 +25,7 @@ in {
# Add custom packages
inherit nodeinfo;
inherit banlist;
inherit lightning-charge;
inherit nanopos;
inherit spark-wallet;