Fix 'Remove unused paths in modules'

This commit is contained in:
Jonas Nick 2019-01-02 11:23:43 +00:00
parent 1c756379fb
commit d2e203918b
No known key found for this signature in database
GPG Key ID: 4861DBF262123605
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ in {
systemd.services.clightning =
{ description = "Run clightningd";
path = [ pkgs.bitcoin ];
wantedBy = [ "multi-user.target" ];
requires = [ "bitcoind.service" ];
after = [ "bitcoind.service" ];