1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 04:02:10 +00:00

hedgedoc: add SAML providerName option

This commit is contained in:
Pol Dellaiera 2022-08-18 11:03:27 +02:00
parent 6e665c4e29
commit 69347cc5fc
No known key found for this signature in database
GPG key ID: D476DFE9C67467CA

View file

@ -933,6 +933,14 @@ in
Required group names.
'';
};
providerName = mkOption {
type = types.str;
default = "";
example = "My institution";
description = lib.mdDoc ''
Optional name to be displayed at login form indicating the SAML provider.
'';
};
attribute = {
id = mkOption {
type = types.str;