about summary refs log tree commit diff
path: root/nixos/modules/services/torrent
diff options
context:
space:
mode:
authoreyjhb <eyjhbb@gmail.com>2023-11-13 10:46:09 +0100
committerPeter Hoeg <peter@hoeg.com>2023-11-14 06:35:40 +0100
commit2387a37fa0c686f4541838843d07ae1104e180d7 (patch)
tree4ea26c63e066b86a78c1863cd3147310d074db89 /nixos/modules/services/torrent
parent7eddbf56907e20b14a2996597cfc6619d1c18aed (diff)
downloadnixlib-2387a37fa0c686f4541838843d07ae1104e180d7.tar
nixlib-2387a37fa0c686f4541838843d07ae1104e180d7.tar.gz
nixlib-2387a37fa0c686f4541838843d07ae1104e180d7.tar.bz2
nixlib-2387a37fa0c686f4541838843d07ae1104e180d7.tar.lz
nixlib-2387a37fa0c686f4541838843d07ae1104e180d7.tar.xz
nixlib-2387a37fa0c686f4541838843d07ae1104e180d7.tar.zst
nixlib-2387a37fa0c686f4541838843d07ae1104e180d7.zip
nixos/flexget: remove TZ envvar
Diffstat (limited to 'nixos/modules/services/torrent')
-rw-r--r--nixos/modules/services/torrent/flexget.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/services/torrent/flexget.nix b/nixos/modules/services/torrent/flexget.nix
index 5cd7ae6ad7db..58a4b7001497 100644
--- a/nixos/modules/services/torrent/flexget.nix
+++ b/nixos/modules/services/torrent/flexget.nix
@@ -64,7 +64,6 @@ in {
         path = [ pkg ];
         serviceConfig = {
           User = cfg.user;
-          Environment = "TZ=${config.time.timeZone}";
           ExecStartPre = "${pkgs.coreutils}/bin/install -m644 ${ymlFile} ${configFile}";
           ExecStart = "${pkg}/bin/flexget -c ${configFile} daemon start";
           ExecStop = "${pkg}/bin/flexget -c ${configFile} daemon stop";