clightning: depend on actual bitcoind package
This commit is contained in:
parent
b85aac9ba1
commit
e253b89858
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ in {
|
||||||
];
|
];
|
||||||
|
|
||||||
systemd.services.clightning = {
|
systemd.services.clightning = {
|
||||||
path = [ nbPkgs.bitcoind ];
|
path = [ bitcoind.package ];
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
requires = [ "bitcoind.service" ];
|
requires = [ "bitcoind.service" ];
|
||||||
after = [ "bitcoind.service" ];
|
after = [ "bitcoind.service" ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue