Sovran Systems ffd2029852 fix: disable BTCPayServer by default in node-only mode
The BTCPayServer hub entry was using `cfg.services.bitcoin` as its
`enabled` flag, which is `true` in node mode. This caused the Hub UI
to show BTCPayServer as enabled even though the underlying NixOS service
is correctly gated on `cfg.web.btcpayserver` (which defaults to `false`
for the node role via role-logic.nix).

Change the enabled field to `cfg.web.btcpayserver` so the Hub UI
accurately reflects the service state and BTCPayServer is disabled by
default on a fresh node-only install.
2026-04-28 17:49:25 -05:00
2026-04-11 20:02:43 -05:00
2026-04-14 08:49:26 -05:00
2026-04-18 09:45:57 -05:00
2026-04-07 13:14:21 -05:00
2026-03-29 08:49:14 -05:00
2026-04-13 19:59:42 -05:00
Description
Official Repository of Sovran_SystemsOS
https://sovransystems.com
Readme AGPL-3.0 99 MiB
Languages
Nix 56.2%
Shell 43.8%