mirror of
https://github.com/fort-nix/nix-bitcoin.git
synced 2024-11-22 13:14:15 +03:00
clightning: depend on actual bitcoind package
This commit is contained in:
parent
b85aac9ba1
commit
e253b89858
@ -165,7 +165,7 @@ in {
|
||||
];
|
||||
|
||||
systemd.services.clightning = {
|
||||
path = [ nbPkgs.bitcoind ];
|
||||
path = [ bitcoind.package ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
requires = [ "bitcoind.service" ];
|
||||
after = [ "bitcoind.service" ];
|
||||
|
Loading…
Reference in New Issue
Block a user