nextcloud: shorten nginx group reference
Co-authored-by: Aaron Andersen <aaron@fosslib.net>
This commit is contained in:
parent
5823ed7841
commit
b90a70d53f
1 changed files with 1 additions and 1 deletions
|
@ -510,7 +510,7 @@ in {
|
|||
};
|
||||
settings = mapAttrs (name: mkDefault) {
|
||||
"listen.owner" = config.services.nginx.user;
|
||||
"listen.group" = config.users.users.${config.services.nginx.user}.group;
|
||||
"listen.group" = config.services.nginx.group;
|
||||
} // cfg.poolSettings;
|
||||
extraConfig = cfg.poolConfig;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue