Add separate Redis servers for activity and broker in Bookwyrm module

This commit is contained in:
Reinout Meliesie 2025-03-13 13:50:32 +01:00
parent 69dc5f31cf
commit 673fa6241e
Signed by: zedfrigg
GPG key ID: 3AFCC06481308BC6

View file

@ -77,7 +77,10 @@ with pkgs . kernelmaft ;
redis = {
servers = {
bookwyrm = {
bookwyrm-activity = {
enable = true ;
} ;
bookwyrm-broker = {
enable = true ;
} ;
} ;