summaryrefslogtreecommitdiff
path: root/ymir.nix
diff options
context:
space:
mode:
Diffstat (limited to 'ymir.nix')
-rw-r--r--ymir.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/ymir.nix b/ymir.nix
index cdd36473..36763608 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -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"