mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2026-04-27 07:48:44 +02:00
service/tandoor-recipes: fix ALLOWED_HOSTS
Some checks are pending
/ Build Nix targets (push) Waiting to run
Some checks are pending
/ Build Nix targets (push) Waiting to run
This commit is contained in:
parent
583ea7d3a7
commit
21322eaaa7
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ in
|
|||
config = lib.mkIf cfg.enable {
|
||||
services.tandoor-recipes = {
|
||||
enable = true;
|
||||
extraConfig.ALLOWED_HOSTS = "recipes.${domain}";
|
||||
};
|
||||
|
||||
# Proxy to Tandoor-Recipes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue