nixos/oauth2_proxy: add user group

This commit is contained in:
notgne2 2022-03-25 08:32:49 -07:00
parent 974af50601
commit 863773970c
No known key found for this signature in database
GPG key ID: 5CE0A245A2DAC84A

View file

@ -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 ];