diff options
Diffstat (limited to 'ymir.nix')
-rw-r--r-- | ymir.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ in { | |||
20 | rec { | 20 | rec { |
21 | prosody = pkgs.callPackage ./customized/prosody.nix ({ | 21 | prosody = pkgs.callPackage ./customized/prosody.nix ({ |
22 | inherit (pkgs.lua51Packages) luasocket luasec luaexpat luafilesystem luabitop luaevent luazlib; | 22 | inherit (pkgs.lua51Packages) luasocket luasec luaexpat luafilesystem luabitop luaevent luazlib; |
23 | lua5 = pkgs.lua5_1; | ||
23 | extraModules = ["mod_auth_pam"]; | 24 | extraModules = ["mod_auth_pam"]; |
24 | extraLibs = [luaPam]; | 25 | extraLibs = [luaPam]; |
25 | }); | 26 | }); |