Retire deprecated bip110 flake input; collapse Bitcoin node tiles to two

This commit is contained in:
copilot-swe-agent[bot]
2026-06-04 18:52:28 +00:00
committed by GitHub
parent 1dbfe3cd94
commit 875a6a9297
10 changed files with 20 additions and 81 deletions
+1 -2
View File
@@ -24,7 +24,7 @@
})
# ── Bitcoin Node Only Role ────────────────────────────────
# Bitcoin ecosystem + mempool + bip110, BTCPay runs but not exposed via Caddy
# Bitcoin ecosystem + mempool, BTCPay runs but not exposed via Caddy
(lib.mkIf config.sovran_systemsOS.roles.node {
sovran_systemsOS.services = {
bitcoin = lib.mkDefault true;
@@ -36,7 +36,6 @@
sovran_systemsOS.features = {
mempool = lib.mkDefault true;
bip110 = lib.mkDefault true;
};
sovran_systemsOS.web.btcpayserver = lib.mkDefault false;