Run Redis servers under 'bookwyrm' user in Bookwyrm NixOS module

This commit is contained in:
Reinout Meliesie 2025-03-13 14:44:08 +01:00
parent fdbbf4828c
commit 4ef542df06
Signed by: zedfrigg
GPG key ID: 3AFCC06481308BC6

View file

@ -79,9 +79,13 @@ with pkgs . kernelmaft ;
servers = {
bookwyrm-activity = {
enable = true ;
user = "bookwyrm" ;
group = "bookwyrm" ;
} ;
bookwyrm-broker = {
enable = true ;
user = "bookwyrm" ;
group = "bookwyrm" ;
} ;
} ;
} ;