ffd20298523b534e19ed8d59ab386bd4b13c1a11
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
102 MiB
Releases
5
v1.1.1 — Stable Release
Latest
Languages
Python
36.8%
Nix
27.3%
JavaScript
19.9%
CSS
7.5%
Shell
6.1%
Other
2.4%