aboutsummaryrefslogtreecommitdiff
path: root/modules/private/environment.nix
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2020-05-07 10:40:43 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2020-05-07 10:47:10 +0200
commit22b4bd78a10b49272cfd345d379703cae4ab5d3d (patch)
treee9b1526adc5e263a3dbf9070f2d7f299d3979cd8 /modules/private/environment.nix
parent5ce7edb5363dcba33bc542fcf9cc82ff252dd212 (diff)
downloadNix-22b4bd78a10b49272cfd345d379703cae4ab5d3d.tar.gz
Nix-22b4bd78a10b49272cfd345d379703cae4ab5d3d.tar.zst
Nix-22b4bd78a10b49272cfd345d379703cae4ab5d3d.zip
Use ldap instead of mysql to fetch mailboxes
Diffstat (limited to 'modules/private/environment.nix')
-rw-r--r--modules/private/environment.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/private/environment.nix b/modules/private/environment.nix
index 7555fe6..5d74ab5 100644
--- a/modules/private/environment.nix
+++ b/modules/private/environment.nix
@@ -650,6 +650,7 @@ in
650 user_attrs = mkOption { type = str; description = "User attribute mapping in LDAP"; }; 650 user_attrs = mkOption { type = str; description = "User attribute mapping in LDAP"; };
651 iterate_attrs = mkOption { type = str; description = "User attribute mapping for listing in LDAP"; }; 651 iterate_attrs = mkOption { type = str; description = "User attribute mapping for listing in LDAP"; };
652 iterate_filter = mkOption { type = str; description = "User attribute filter for listing in LDAP"; }; 652 iterate_filter = mkOption { type = str; description = "User attribute filter for listing in LDAP"; };
653 postfix_mailbox_filter = mkOption { type = str; description = "Postfix filter to get mailboxes"; };
653 }; 654 };
654 }; 655 };
655 }; 656 };