diff options
-rw-r--r-- | ymir.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -260,7 +260,7 @@ in rec { | |||
260 | 260 | ||
261 | services.prosody = { | 261 | services.prosody = { |
262 | package = pkgs.prosody.override { | 262 | package = pkgs.prosody.override { |
263 | withExtraLibs = with pkgs.luaPackages; [ posix ]; | 263 | withExtraLibs = with pkgs.luaPackages; [ luaPam luaPosix ]; |
264 | withCommunityModules = [ "auth_pam" ]; | 264 | withCommunityModules = [ "auth_pam" ]; |
265 | }; | 265 | }; |
266 | enable = true; | 266 | enable = true; |