infrastructure/machines/core-services-01/oauth2_proxy.nix

5 lines
98 B
Nix

{ ... }:
{
users.users.oauth2_proxy.group = "oauth2_proxy";
users.groups.oauth2_proxy = {};
}