diff --git a/nixos/tests/bazarr.nix b/nixos/tests/bazarr.nix index 2e49c958dd00..13b27bb530c0 100644 --- a/nixos/tests/bazarr.nix +++ b/nixos/tests/bazarr.nix @@ -17,6 +17,9 @@ in listenPort = port; }; nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) ["unrar"]; + # Workaround for https://github.com/morpheus65535/bazarr/issues/1983 + # ("Crash when running without timezone info"). + time.timeZone = "UTC"; }; testScript = ''