Correction chemin secret dogetipbot
This commit is contained in:
parent
26dd962881
commit
37ec7a0477
@ -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";
|
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;
|
enable = true;
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
EnvironmentFile = "/var/dogetipbot-telegram/env";
|
EnvironmentFile = "/mnt/secrets/dogetipbot-telegram_env";
|
||||||
User = "nobody";
|
User = "nobody";
|
||||||
Group = "nogroup";
|
Group = "nogroup";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user