diff --git a/nixos/module/hectic/service/dify.nix b/nixos/module/hectic/service/dify.nix index 1c3077da..3305e406 100644 --- a/nixos/module/hectic/service/dify.nix +++ b/nixos/module/hectic/service/dify.nix @@ -25,6 +25,9 @@ DB_USERNAME: ''${DB_USERNAME:-postgres} DB_HOST: ''${DB_HOST:-db_postgres} DB_PORT: ''${DB_PORT:-5432} + REDIS_HOST: ''${REDIS_HOST:-redis} + REDIS_PORT: ''${REDIS_PORT:-6379} + REDIS_DB: ''${REDIS_DB:-0} ''; in { options.hectic.services.dify = {