Try changing the package name

Not sure if available
This commit is contained in:
niten 2022-08-22 12:09:55 -07:00
parent 903d1b81d1
commit 36e5d96b6b
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ in {
}; };
serviceConfig = { serviceConfig = {
ExecStart = pkgs.writeShellScript "launch-pricebot-${currency}.sh" '' ExecStart = pkgs.writeShellScript "launch-pricebot-${currency}.sh" ''
${pkgs.pricebot}/bin/pricebot --bebot-auth-token-file=$CREDENTIALS_DIRECTORY/auth.token ${pkgs.fudo-pricebot}/bin/pricebot --bebot-auth-token-file=$CREDENTIALS_DIRECTORY/auth.token
''; '';
DynamicUser = true; DynamicUser = true;
PrivateTmp = true; PrivateTmp = true;