aboutsummaryrefslogtreecommitdiff
path: root/flakes/private/environment/flake.nix
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2023-10-13 00:43:03 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2023-10-13 01:10:06 +0200
commit1cf1f9162bd4556858a0190eee5bfd7ba0f7bb4c (patch)
treed260fda130bbafbb868971c381d179a4effd7f2e /flakes/private/environment/flake.nix
parentd006558dead086db86daa9e8fa51e95ad8dc59cf (diff)
downloadNix-1cf1f9162bd4556858a0190eee5bfd7ba0f7bb4c.tar.gz
Nix-1cf1f9162bd4556858a0190eee5bfd7ba0f7bb4c.tar.zst
Nix-1cf1f9162bd4556858a0190eee5bfd7ba0f7bb4c.zip
Allow imap login using alias e-mails
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"; };