fix: remove clightning and clightning-rest from stubs to avoid duplicate on f13ff45
- f13ff45 (staging-dev) HAS both services -> unconditional stubs duplicate - Remove both from stubs.nix, keep only liquidd/fulcrum/etc. - lndconnect.nix left as is (defines clightning-rest.lndconnect) - safe on f13ff45 where base exists - On 8b8c811 where clightning is removed, Sovran doesn't use it anyway (lnd only), so guards in btcpayserver/lnd prevent use
This commit is contained in:
Vendored
+2
-2
@@ -194,8 +194,8 @@ in {
|
||||
assertions = [
|
||||
{ assertion =
|
||||
!(config.services ? clightning)
|
||||
|| !(config.services.clightning.enable or false)
|
||||
|| (config.services.clightning.port or 9735) != cfg.port;
|
||||
|| !((config.services.clightning or {}).enable or false)
|
||||
|| (((config.services.clightning or {}).port or 9735) != cfg.port);
|
||||
message = ''
|
||||
LND and clightning can't both bind to lightning port 9735. Either
|
||||
disable LND/clightning or change services.clightning.port or
|
||||
|
||||
Reference in New Issue
Block a user