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.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/private/environment.nix b/modules/private/environment.nix
index 65d9f0a..837d24b 100644
--- a/modules/private/environment.nix
+++ b/modules/private/environment.nix
@@ -621,7 +621,10 @@ in
621 description = "FTP configuration"; 621 description = "FTP configuration";
622 type = submodule { 622 type = submodule {
623 options = { 623 options = {
624 ldap = mkLdapOptions "FTP" {}; 624 ldap = mkLdapOptions "FTP" {
625 proftpd_filter = mkOption { type = str; description = "Filter for proftpd listing in LDAP"; };
626 pure-ftpd_filter = mkOption { type = str; description = "Filter for pure-ftpd listing in LDAP"; };
627 };
625 }; 628 };
626 }; 629 };
627 }; 630 };