nixos/tandoor-recipes: fix deprecated config key

See the 1.5.10 release notes [1].

[1]: https://github.com/TandoorRecipes/recipes/releases/tag/1.5.10
This commit is contained in:
Bruno BELANYI 2023-12-06 22:20:05 +00:00
parent 7bb6e6f10b
commit d23f965f8b

View File

@ -12,7 +12,7 @@ let
DEBUG_TOOLBAR = "0";
MEDIA_ROOT = "/var/lib/tandoor-recipes";
} // optionalAttrs (config.time.timeZone != null) {
TIMEZONE = config.time.timeZone;
TZ = config.time.timeZone;
} // (
lib.mapAttrs (_: toString) cfg.extraConfig
);