diff --git a/machines/hippocampus/servers/public/tandoor.nix b/machines/hippocampus/servers/public/tandoor.nix index b033131..8eed3a1 100644 --- a/machines/hippocampus/servers/public/tandoor.nix +++ b/machines/hippocampus/servers/public/tandoor.nix @@ -18,7 +18,8 @@ in { }; systemd.services.tandoor-recipes = { - environment.GUNICORN_MEDIA = lib.mkForce null; + # https://github.com/TandoorRecipes/recipes/issues/3617 + environment.GUNICORN_MEDIA = "1"; #lib.mkForce null; serviceConfig = { EnvironmentFile = config.sops.secrets.tandoor-pass.path; };