Merge pull request #165764 from notgne2/oauth2-proxy-group
nixos/oauth2_proxy: add user group
This commit is contained in:
commit
fc5df319cf
1 changed files with 3 additions and 0 deletions
|
@ -571,8 +571,11 @@ in
|
|||
users.users.oauth2_proxy = {
|
||||
description = "OAuth2 Proxy";
|
||||
isSystemUser = true;
|
||||
group = "oauth2_proxy";
|
||||
};
|
||||
|
||||
users.groups.oauth2_proxy = {};
|
||||
|
||||
systemd.services.oauth2_proxy = {
|
||||
description = "OAuth2 Proxy";
|
||||
path = [ cfg.package ];
|
||||
|
|
Loading…
Reference in a new issue