shiori startup script
This commit is contained in:
parent
60829f8868
commit
a4cb0d9f28
5 changed files with 15 additions and 3 deletions
|
|
@ -2,7 +2,10 @@
|
|||
|
||||
{
|
||||
users = {
|
||||
users.nginx.extraGroups = [ "acme" ];
|
||||
users = {
|
||||
nginx.extraGroups = [ "acme" ];
|
||||
user.extraGroups = [ "docker" ];
|
||||
};
|
||||
groups = {
|
||||
hosted = {
|
||||
gid = 1005;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue