Update nixpkgs
This commit is contained in:
@@ -73,7 +73,7 @@ in {
|
||||
|
||||
systemd.services.clightning = {
|
||||
description = "Run clightningd";
|
||||
path = [ pkgs.altcoins.bitcoind ];
|
||||
path = [ pkgs.blockchains.bitcoind ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
requires = [ "bitcoind.service" ];
|
||||
after = [ "bitcoind.service" ];
|
||||
|
||||
Reference in New Issue
Block a user