aboutsummaryrefslogtreecommitdiff
path: root/flakes/private/environment/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flakes/private/environment/flake.nix')
-rw-r--r--flakes/private/environment/flake.nix1
1 files changed, 1 insertions, 0 deletions
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 @@
624 description = "Dovecot configuration"; 624 description = "Dovecot configuration";
625 type = submodule { 625 type = submodule {
626 options = { 626 options = {
627 mysql = mkMysqlOptions "Dovecot" {};
627 ldap = mkLdapOptions "Dovecot" { 628 ldap = mkLdapOptions "Dovecot" {
628 pass_attrs = mkOption { type = str; description = "Password attribute in LDAP"; }; 629 pass_attrs = mkOption { type = str; description = "Password attribute in LDAP"; };
629 user_attrs = mkOption { type = str; description = "User attribute mapping in LDAP"; }; 630 user_attrs = mkOption { type = str; description = "User attribute mapping in LDAP"; };