summaryrefslogtreecommitdiff
path: root/ymir.nix
diff options
context:
space:
mode:
Diffstat (limited to 'ymir.nix')
-rw-r--r--ymir.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ymir.nix b/ymir.nix
index a3cad008..4192f123 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -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; [ luaPam luaPosix ]; 263 withExtraLibs = with pkgs.luaPackages; [ luaPam luaPosix luafilesystem ];
264 withCommunityModules = [ "auth_pam" ]; 264 withCommunityModules = [ "auth_pam" ];
265 }; 265 };
266 enable = true; 266 enable = true;