X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=modules%2Fprivate%2Fenvironment.nix;h=5d74ab555aff23f1e8f70f8922760ca775ee2844;hb=22b4bd78a10b49272cfd345d379703cae4ab5d3d;hp=7555fe67236cfe7becf5ea444cdc428ed7671054;hpb=91b3d06b6a9147e0e03b49d25cdcecb8a617a4f7;p=perso%2FImmae%2FConfig%2FNix.git 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 user_attrs = mkOption { type = str; description = "User attribute mapping in LDAP"; }; iterate_attrs = mkOption { type = str; description = "User attribute mapping for listing in LDAP"; }; iterate_filter = mkOption { type = str; description = "User attribute filter for listing in LDAP"; }; + postfix_mailbox_filter = mkOption { type = str; description = "Postfix filter to get mailboxes"; }; }; }; };