charge-lnd: remove electrum server support
This has been removed upstream: https://github.com/accumulator/charge-lnd/commit/481ccf5282ca980435267870172a0d7f14ef6939
This commit is contained in:
@@ -70,9 +70,6 @@ let
|
|||||||
nbLib = config.nix-bitcoin.lib;
|
nbLib = config.nix-bitcoin.lib;
|
||||||
|
|
||||||
lnd = config.services.lnd;
|
lnd = config.services.lnd;
|
||||||
electrs = if (config.services ? electrs) && config.services.electrs.enable
|
|
||||||
then config.services.electrs
|
|
||||||
else null;
|
|
||||||
|
|
||||||
user = "charge-lnd";
|
user = "charge-lnd";
|
||||||
group = user;
|
group = user;
|
||||||
@@ -113,8 +110,6 @@ in
|
|||||||
--lnddir ${dataDir}/lnddir-proxy \
|
--lnddir ${dataDir}/lnddir-proxy \
|
||||||
--grpc ${nbLib.addressWithPort lnd.rpcAddress lnd.rpcPort} \
|
--grpc ${nbLib.addressWithPort lnd.rpcAddress lnd.rpcPort} \
|
||||||
--config ${checkedConfig} \
|
--config ${checkedConfig} \
|
||||||
${optionalString (electrs != null)
|
|
||||||
"--electrum-server ${nbLib.addressWithPort electrs.address electrs.port}"} \
|
|
||||||
${escapeShellArgs cfg.extraFlags}
|
${escapeShellArgs cfg.extraFlags}
|
||||||
'';
|
'';
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
|
|||||||
Reference in New Issue
Block a user