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

6 lines
98 B
Nix
Raw Normal View History

2022-01-25 23:59:59 +00:00
{ ... }:
{
users.users.oauth2_proxy.group = "oauth2_proxy";
users.groups.oauth2_proxy = {};
}