nixos/oauth2_proxy: add extraConfig type

This commit is contained in:
Scriptkiddi 2021-02-01 17:43:01 +01:00 committed by Cole Helbling
parent d7ee2a16bd
commit 5ac119043d

View File

@ -538,6 +538,7 @@ in
extraConfig = mkOption {
default = {};
type = types.attrsOf types.anything;
description = ''
Extra config to pass to oauth2-proxy.
'';