fix: use nix-bitcoin lnd cert path for wallet connections

This commit is contained in:
copilot-swe-agent[bot]
2026-07-27 14:16:21 +00:00
committed by GitHub
parent d97615db8e
commit d6546bfed8
+1 -1
View File
@@ -13,7 +13,7 @@ let
lndRpcAddress = lib.attrByPath [ "services" "lnd" "rpcAddress" ] "127.0.0.1" config; lndRpcAddress = lib.attrByPath [ "services" "lnd" "rpcAddress" ] "127.0.0.1" config;
lndRpcPort = toString (lib.attrByPath [ "services" "lnd" "rpcPort" ] 10009 config); lndRpcPort = toString (lib.attrByPath [ "services" "lnd" "rpcPort" ] 10009 config);
lndCertPath = lib.attrByPath [ "services" "lnd" "certPath" ] "/var/lib/lnd/tls.cert" config; lndCertPath = config.services.lnd.certPath;
albyhubWrapper = pkgs.writeShellScript "albyhub-wrapper" '' albyhubWrapper = pkgs.writeShellScript "albyhub-wrapper" ''
set -euo pipefail set -euo pipefail