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 = {
|
systemd.services.clightning = {
|
||||||
description = "Run clightningd";
|
description = "Run clightningd";
|
||||||
path = [ pkgs.bitcoin ];
|
path = [ pkgs.altcoins.bitcoind ];
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
requires = [ "bitcoind.service" ];
|
requires = [ "bitcoind.service" ];
|
||||||
after = [ "bitcoind.service" ];
|
after = [ "bitcoind.service" ];
|
||||||
|
@ -166,7 +166,7 @@ in {
|
|||||||
};
|
};
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
tor
|
tor
|
||||||
bitcoin
|
altcoins.bitcoind
|
||||||
nodeinfo
|
nodeinfo
|
||||||
banlist
|
banlist
|
||||||
jq
|
jq
|
||||||
|
Loading…
Reference in New Issue
Block a user