service/tandoor-recipes: fix ALLOWED_HOSTS
Some checks are pending
/ Build Nix targets (push) Waiting to run

This commit is contained in:
Felix Buehler 2026-04-22 23:18:49 +02:00
parent 583ea7d3a7
commit 21322eaaa7

View file

@ -12,6 +12,7 @@ in
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
services.tandoor-recipes = { services.tandoor-recipes = {
enable = true; enable = true;
extraConfig.ALLOWED_HOSTS = "recipes.${domain}";
}; };
# Proxy to Tandoor-Recipes # Proxy to Tandoor-Recipes