mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
nixos/oauth2-proxy: fix display-htpasswd-form flag name
This commit is contained in:
parent
10ea84d1ff
commit
1c01774e61
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ let
|
|||
} // lib.optionalAttrs (cfg.passBasicAuth) {
|
||||
basic-auth-password = cfg.basicAuthPassword;
|
||||
} // lib.optionalAttrs (cfg.htpasswd.file != null) {
|
||||
display-htpasswd-file = cfg.htpasswd.displayForm;
|
||||
display-htpasswd-form = cfg.htpasswd.displayForm;
|
||||
} // lib.optionalAttrs tls.enable {
|
||||
tls-cert-file = tls.certificate;
|
||||
tls-key-file = tls.key;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue