nixos/oauth2_proxy: add user group
This commit is contained in:
parent
974af50601
commit
863773970c
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