lnd: remove unused bitcoind from PATH

This commit is contained in:
Erik Arvstedt 2020-11-09 22:09:07 +01:00
parent eda6dcfde3
commit e39ad358a4
No known key found for this signature in database
GPG Key ID: 33312B944DD97846

View File

@ -171,7 +171,6 @@ in {
services.onion-chef.access.lnd = if cfg.announce-tor then [ "lnd" ] else [];
systemd.services.lnd = {
description = "Run LND";
path = [ pkgs.nix-bitcoin.bitcoind ];
wantedBy = [ "multi-user.target" ];
requires = [ "bitcoind.service" ] ++ onion-chef-service;
after = [ "bitcoind.service" ] ++ onion-chef-service;