nixos/flexget: remove TZ envvar

authored by eyjhb and committed by Peter Hoeg 2387a37f 7eddbf56

-1
-1
nixos/modules/services/torrent/flexget.nix
··· 64 64 path = [ pkg ]; 65 65 serviceConfig = { 66 66 User = cfg.user; 67 - Environment = "TZ=${config.time.timeZone}"; 68 67 ExecStartPre = "${pkgs.coreutils}/bin/install -m644 ${ymlFile} ${configFile}"; 69 68 ExecStart = "${pkg}/bin/flexget -c ${configFile} daemon start"; 70 69 ExecStop = "${pkg}/bin/flexget -c ${configFile} daemon stop";