]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - flakes/private/environment/flake.nix
Allow imap login using alias e-mails
[perso/Immae/Config/Nix.git] / flakes / private / environment / flake.nix
index 4321fa8ea6a35dd4bcb9bc842b3a93275a138a0d..24cbb7a0202e5ec97ad21e912754da52d03e3e67 100644 (file)
                   description = "Dovecot configuration";
                   type = submodule {
                     options = {
+                      mysql = mkMysqlOptions "Dovecot" {};
                       ldap = mkLdapOptions "Dovecot" {
                         pass_attrs = mkOption { type = str; description = "Password attribute in LDAP"; };
                         user_attrs = mkOption { type = str; description = "User attribute mapping in LDAP"; };