hippocampus: tandoor: fix image issue
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user