typo fixes uid gid
This commit is contained in:
@@ -13,7 +13,7 @@ in
|
||||
{
|
||||
options.my.servers.oauth2-proxy = setup.mkOptions "oauth2-proxy" "auth-proxy" 4180;
|
||||
config = lib.mkIf (cfg.enable && config.my.secureHost) {
|
||||
users.groups.oauth2-proxy.gid = { inherit gid; };
|
||||
users.groups.oauth2-proxy = { inherit gid; };
|
||||
users.users.oauth2-proxy = {
|
||||
inherit uid;
|
||||
isSystemUser = true;
|
||||
|
||||
Reference in New Issue
Block a user