Use bitcoind consistently without GUI. The 'bitcoin' package includes the GUI.
This commit is contained in:
parent
3f9a2aec68
commit
f1445c396e
@ -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" ];
|
||||
|
@ -166,7 +166,7 @@ in {
|
||||
};
|
||||
environment.systemPackages = with pkgs; [
|
||||
tor
|
||||
bitcoin
|
||||
altcoins.bitcoind
|
||||
nodeinfo
|
||||
banlist
|
||||
jq
|
||||
|
Loading…
Reference in New Issue
Block a user