Commit 2387a37f authored by eyjhb's avatar eyjhb Committed by Peter Hoeg
Browse files

nixos/flexget: remove TZ envvar

parent 7eddbf56
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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";