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:
committed by
GitHub
co-authored by
naturallaw777
parent
a2c40a99b5
commit
5f85d5e585
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user