diff options
-rw-r--r-- | ymir.nix | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -259,6 +259,9 @@ in rec { | |||
259 | }; | 259 | }; |
260 | 260 | ||
261 | services.prosody = { | 261 | services.prosody = { |
262 | package = pkgs.prosody.override { | ||
263 | withCommunityModules = [ "auth_pam" ]; | ||
264 | }; | ||
262 | enable = true; | 265 | enable = true; |
263 | admins = [ | 266 | admins = [ |
264 | "gkleen@xmpp.li" | 267 | "gkleen@xmpp.li" |