Update nixpkgs
This commit is contained in:
parent
491dcf9568
commit
c1d67c4cee
6 changed files with 9 additions and 9 deletions
|
|
@ -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" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue