Merge pull request #96 from naturallaw777/copilot/add-bitcoind-to-sovran-hub-path

Add bitcoind to sovran-hub-web service PATH so Bitcoin version renders on Hub tiles
This commit is contained in:
Sovran_Systems
2026-04-06 21:27:06 -05:00
committed by GitHub

View File

@@ -322,7 +322,7 @@ in
StandardError = "journal"; StandardError = "journal";
}; };
path = [ pkgs.qrencode ]; path = [ pkgs.qrencode ] ++ lib.optional cfg.services.bitcoin config.services.bitcoind.package;
}; };
systemd.services.sovran-hub-update = { systemd.services.sovran-hub-update = {