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 = {
|
servers = {
|
||||||
bookwyrm-activity = {
|
bookwyrm-activity = {
|
||||||
enable = true ;
|
enable = true ;
|
||||||
|
user = "bookwyrm" ;
|
||||||
|
group = "bookwyrm" ;
|
||||||
} ;
|
} ;
|
||||||
bookwyrm-broker = {
|
bookwyrm-broker = {
|
||||||
enable = true ;
|
enable = true ;
|
||||||
|
user = "bookwyrm" ;
|
||||||
|
group = "bookwyrm" ;
|
||||||
} ;
|
} ;
|
||||||
} ;
|
} ;
|
||||||
} ;
|
} ;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue