corrected redis config

This commit is contained in:
Clara Dautermann 2025-03-15 20:27:16 +01:00
parent 123076829d
commit b48d76d32f

View file

@ -24,8 +24,8 @@
}; };
# Paperless-ngx also requires a redis cache # Paperless-ngx also requires a redis cache
services.redis.enable = true; services.redis.servers."paperless-redis".enable = true;
# 28981 is the default paperless web port # open the default paperless web port
networking.firewall.allowedTCPPorts = [ 28981 ]; networking.firewall.allowedTCPPorts = [ config.services.paperless.port ];
} }