Update dependencies

This commit is contained in:
2022-08-22 09:30:34 -07:00
parent 72d3613970
commit 903d1b81d1
3 changed files with 34 additions and 30 deletions
+1 -2
View File
@@ -1,4 +1,3 @@
pricebot:
{ config, lib, pkgs, ... }:
with lib;
@@ -68,7 +67,7 @@ in {
};
serviceConfig = {
ExecStart = pkgs.writeShellScript "launch-pricebot-${currency}.sh" ''
${pricebot}/bin/pricebot --bebot-auth-token-file=$CREDENTIALS_DIRECTORY/auth.token
${pkgs.pricebot}/bin/pricebot --bebot-auth-token-file=$CREDENTIALS_DIRECTORY/auth.token
'';
DynamicUser = true;
PrivateTmp = true;