Add Carl's bitcoind module

This commit is contained in:
Jonas Nick
2018-11-23 00:48:13 +00:00
parent 79aab1255a
commit b1375df03a
4 changed files with 204 additions and 69 deletions
-4
View File
@@ -40,10 +40,6 @@ in {
# networking.firewall.allowedUDPPorts = [ ... ];
networking.firewall.enable = true;
services.bitcoin.enable = true;
# make an onion listen node
services.tor.enable = true;
services.tor.client.enable = true;
#services.bitcoin.proxy = services.tor.client.socksListenAddress;
services.nixbitcoin.enable = true;