diff --git a/mail-server.nix b/mail-server.nix index 94f537e..6a2a4d9 100644 --- a/mail-server.nix +++ b/mail-server.nix @@ -144,10 +144,18 @@ in { }; }; - images.ldap-proxy = mkOption { - type = str; - description = "Docker image to use for LDAP proxy."; - default = "ghcr.io/goauthentik/ldap"; + images = { + ldap-proxy = mkOption { + type = str; + description = "Docker image to use for LDAP proxy."; + default = "ghcr.io/goauthentik/ldap"; + }; + + solr = mkOption { + type = str; + description = "Docker image to use for Solr full-text search."; + default = "ghcr.io/goauthentik/ldap"; + }; }; smtp = {