nixos/oauth2_proxy: add extraConfig type
This commit is contained in:
parent
d7ee2a16bd
commit
5ac119043d
1 changed files with 1 additions and 0 deletions
|
@ -538,6 +538,7 @@ in
|
|||
|
||||
extraConfig = mkOption {
|
||||
default = {};
|
||||
type = types.attrsOf types.anything;
|
||||
description = ''
|
||||
Extra config to pass to oauth2-proxy.
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue