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"; };