From 37ec7a04775570ed38c98d84282b9874da5120ba Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Tue, 28 Aug 2018 15:30:39 +0200 Subject: [PATCH] Correction chemin secret dogetipbot --- systems/LoutreOS/services.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/LoutreOS/services.nix b/systems/LoutreOS/services.nix index adbe047..e59047e 100644 --- a/systems/LoutreOS/services.nix +++ b/systems/LoutreOS/services.nix @@ -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"; };