aboutsummaryrefslogtreecommitdiff
path: root/modules/private/environment.nix
diff options
context:
space:
mode:
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 };