fix anubis sock perms
This commit is contained in:
parent
3d1634f3cc
commit
b6d0d92d07
1 changed files with 2 additions and 0 deletions
|
|
@ -10,6 +10,8 @@ in
|
|||
defaults.email = "acme@darkest.space";
|
||||
};
|
||||
|
||||
systemd.services.nginx.serviceConfig.SupplementaryGroups = [ "anubis" ];
|
||||
|
||||
services = {
|
||||
nginx = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue