From 49ab220081896611c3a641584f3af825787ad4a5 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 20 Jun 2020 22:54:55 +0200 Subject: ... --- ymir.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ymir.nix b/ymir.nix index a3cad008..4192f123 100644 --- a/ymir.nix +++ b/ymir.nix @@ -260,7 +260,7 @@ in rec { services.prosody = { package = pkgs.prosody.override { - withExtraLibs = with pkgs.luaPackages; [ luaPam luaPosix ]; + withExtraLibs = with pkgs.luaPackages; [ luaPam luaPosix luafilesystem ]; withCommunityModules = [ "auth_pam" ]; }; enable = true; -- cgit v1.2.3