From 4978d44ba23aafbe101f0f95bdec2fcca01e1781 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 7 Apr 2026 02:26:16 +0000 Subject: [PATCH] Add bitcoind to sovran-hub-web PATH so Bitcoin version shows on Hub tiles Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/b8aaba8d-2c51-40ca-9826-69b78060a840 Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com> --- modules/core/sovran-hub.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/sovran-hub.nix b/modules/core/sovran-hub.nix index a903f0d..2442871 100644 --- a/modules/core/sovran-hub.nix +++ b/modules/core/sovran-hub.nix @@ -322,7 +322,7 @@ in StandardError = "journal"; }; - path = [ pkgs.qrencode ]; + path = [ pkgs.qrencode ] ++ lib.optional cfg.services.bitcoin config.services.bitcoind.package; }; systemd.services.sovran-hub-update = {