corrected redis config
This commit is contained in:
parent
123076829d
commit
b48d76d32f
1 changed files with 3 additions and 3 deletions
|
|
@ -24,8 +24,8 @@
|
|||
};
|
||||
|
||||
# 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
|
||||
networking.firewall.allowedTCPPorts = [ 28981 ];
|
||||
# open the default paperless web port
|
||||
networking.firewall.allowedTCPPorts = [ config.services.paperless.port ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue