Correction chemin secret dogetipbot

This commit is contained in:
nyanloutre 2018-08-28 15:30:39 +02:00
parent 26dd962881
commit 37ec7a0477
1 changed files with 1 additions and 1 deletions

View File

@ -347,7 +347,7 @@ in
script = "${pkgs.dogetipbot-telegram}/bin/dogetipbot-telegram --block-io-api-key $BLOCK_IO_API_KEY --block-io-pin $BLOCK_IO_PIN --telegram-api-key $TELEGRAM_API_KEY --network DOGE";
enable = true;
serviceConfig = {
EnvironmentFile = "/var/dogetipbot-telegram/env";
EnvironmentFile = "/mnt/secrets/dogetipbot-telegram_env";
User = "nobody";
Group = "nogroup";
};