etebase-server: default to withLdap = false

as it's not unsual to run it without ldap and python-ldap is currently broken on master for python 3.12.
This commit is contained in:
phaer 2024-07-15 11:53:23 +02:00
parent f0a375cf7d
commit 48c3bb5824

View File

@ -1,7 +1,7 @@
{ lib
, fetchFromGitHub
, withLdap ? true
, python3
, withLdap ? false
, withPostgres ? true
, nix-update-script
, nixosTests