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>
This commit is contained in:
copilot-swe-agent[bot]
2026-04-07 02:26:16 +00:00
committed by GitHub
parent 6fefed2909
commit 4978d44ba2

View File

@@ -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 = {