nixos/oauth2-proxy: fix display-htpasswd-form flag name (#347287)

authored by Aleksana and committed by GitHub 28efd578 313642cd

+1 -1
+1 -1
nixos/modules/services/security/oauth2-proxy.nix
··· 62 62 } // lib.optionalAttrs (cfg.passBasicAuth) { 63 63 basic-auth-password = cfg.basicAuthPassword; 64 64 } // lib.optionalAttrs (cfg.htpasswd.file != null) { 65 - display-htpasswd-file = cfg.htpasswd.displayForm; 65 + display-htpasswd-form = cfg.htpasswd.displayForm; 66 66 } // lib.optionalAttrs tls.enable { 67 67 tls-cert-file = tls.certificate; 68 68 tls-key-file = tls.key;