nixos/oauth2_proxy: add extraConfig type
This commit is contained in:
parent
d7ee2a16bd
commit
5ac119043d
@ -538,6 +538,7 @@ in
|
||||
|
||||
extraConfig = mkOption {
|
||||
default = {};
|
||||
type = types.attrsOf types.anything;
|
||||
description = ''
|
||||
Extra config to pass to oauth2-proxy.
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user