···563563 default = null;
564564 };
565565566566+ imageFile = mkOption {
567567+ description = ''
568568+ Application image to display in the WebUI.
569569+ Kanidm supports "image/jpeg", "image/png", "image/gif", "image/svg+xml", and "image/webp".
570570+ The image will be uploaded each time kanidm-provision is run.
571571+ '';
572572+ type = types.nullOr types.path;
573573+ default = null;
574574+ };
575575+566576 enableLocalhostRedirects = mkOption {
567577 description = "Allow localhost redirects. Only for public clients.";
568578 type = types.bool;