Use bitcoind consistently without GUI. The 'bitcoin' package includes the GUI.

This commit is contained in:
Jonas Nick
2019-05-17 22:31:40 +00:00
parent 3f9a2aec68
commit f1445c396e
2 changed files with 2 additions and 2 deletions

View File

@@ -73,7 +73,7 @@ in {
systemd.services.clightning = {
description = "Run clightningd";
path = [ pkgs.bitcoin ];
path = [ pkgs.altcoins.bitcoind ];
wantedBy = [ "multi-user.target" ];
requires = [ "bitcoind.service" ];
after = [ "bitcoind.service" ];

View File

@@ -166,7 +166,7 @@ in {
};
environment.systemPackages = with pkgs; [
tor
bitcoin
altcoins.bitcoind
nodeinfo
banlist
jq