diff options
Diffstat (limited to 'modules/apps')
-rw-r--r-- | modules/apps/openldap/instance.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/apps/openldap/instance.nix b/modules/apps/openldap/instance.nix index 5ab5e0a..884c13b 100644 --- a/modules/apps/openldap/instance.nix +++ b/modules/apps/openldap/instance.nix @@ -43,7 +43,7 @@ in { "packets" "parse" "pcache" "shell" "stats" "stats2" "sync" "trace" ]); - default = [ "acl" "ber" "config" "conns" ]; + default = [ "acl" "config" ]; }; urlList = mkOption { |