X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=flakes%2Fprivate%2Fenvironment%2Fflake.nix;h=24cbb7a0202e5ec97ad21e912754da52d03e3e67;hb=5707d6961bbd68c2ab51eaaa790435546f714037;hp=4321fa8ea6a35dd4bcb9bc842b3a93275a138a0d;hpb=ccae7987be59b8a30e98f0429bd78479f6f7c7bc;p=perso%2FImmae%2FConfig%2FNix.git diff --git a/flakes/private/environment/flake.nix b/flakes/private/environment/flake.nix index 4321fa8..24cbb7a 100644 --- a/flakes/private/environment/flake.nix +++ b/flakes/private/environment/flake.nix @@ -624,6 +624,7 @@ 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"; };