Run Redis servers under 'bookwyrm' user in Bookwyrm NixOS module
This commit is contained in:
parent
fdbbf4828c
commit
4ef542df06
1 changed files with 4 additions and 0 deletions
|
@ -79,9 +79,13 @@ with pkgs . kernelmaft ;
|
|||
servers = {
|
||||
bookwyrm-activity = {
|
||||
enable = true ;
|
||||
user = "bookwyrm" ;
|
||||
group = "bookwyrm" ;
|
||||
} ;
|
||||
bookwyrm-broker = {
|
||||
enable = true ;
|
||||
user = "bookwyrm" ;
|
||||
group = "bookwyrm" ;
|
||||
} ;
|
||||
} ;
|
||||
} ;
|
||||
|
|
Loading…
Add table
Reference in a new issue