mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-15 14:09:17 +03:00
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 = {
|
users.users.oauth2_proxy = {
|
||||||
description = "OAuth2 Proxy";
|
description = "OAuth2 Proxy";
|
||||||
isSystemUser = true;
|
isSystemUser = true;
|
||||||
|
group = "oauth2_proxy";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
users.groups.oauth2_proxy = {};
|
||||||
|
|
||||||
systemd.services.oauth2_proxy = {
|
systemd.services.oauth2_proxy = {
|
||||||
description = "OAuth2 Proxy";
|
description = "OAuth2 Proxy";
|
||||||
path = [ cfg.package ];
|
path = [ cfg.package ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue