diff --git a/modules/core/sovran-hub.nix b/modules/core/sovran-hub.nix index bbe0fc1..eee4b75 100644 --- a/modules/core/sovran-hub.nix +++ b/modules/core/sovran-hub.nix @@ -64,7 +64,7 @@ let { label = "Status"; value = "Auto-configured on first boot"; } ]; } { name = "Bisq Auto-Link"; unit = "bisq-autoconnect.service"; type = "system"; icon = "bisq"; enabled = cfg.services.bitcoin; category = "bitcoin-apps"; credentials = [ - { label = "Node"; value = "127.0.0.1:8335 (Bitcoin Core)"; } + { label = "Node"; value = "127.0.0.1:8333 (Bitcoin Core)"; } { label = "Status"; value = "Auto-configured on first boot"; } ]; } { name = "Mempool"; unit = "mempool.service"; type = "system"; icon = "mempool"; enabled = cfg.features.mempool; category = "bitcoin-apps"; credentials = [