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

6 lines
98 B
Nix
Raw Normal View History

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