From 28d2f3ce12d1352ae3d684d5959254986253cee6 Mon Sep 17 00:00:00 2001 From: RatCornu Date: Sun, 11 Jan 2026 04:22:44 +0100 Subject: [PATCH] nixos/prosody: add ldap authentication option --- nixos/modules/services/networking/prosody.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/services/networking/prosody.nix b/nixos/modules/services/networking/prosody.nix index b2f480920db5..8bf9770e62cf 100644 --- a/nixos/modules/services/networking/prosody.nix +++ b/nixos/modules/services/networking/prosody.nix @@ -886,6 +886,7 @@ in "internal_hashed" "cyrus" "anonymous" + "ldap" ]; default = "internal_hashed"; example = "internal_plain";