872ac28b602fe6807eaa31be12ce6b959a2f3205
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.
Testing Branch
Description
Official Repository of Sovran_SystemsOS
https://sovransystems.com
101 MiB
Releases
2
v1.0.5 — Stable Release
Latest
Languages
Python
35.8%
JavaScript
24.4%
Nix
21.1%
CSS
9.4%
Shell
6.4%
Other
2.9%