diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-04-13 16:52:32 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-04-13 16:52:32 +0200 |
commit | c80d56bedc36db955fd009d058dd419422fb7aa7 (patch) | |
tree | 42d1429008c19a2611510db19ac90b6b5b226c5f | |
parent | 8c773cb2818ca8629d127844acf1344cb1f91629 (diff) | |
download | nixos-c80d56bedc36db955fd009d058dd419422fb7aa7.tar nixos-c80d56bedc36db955fd009d058dd419422fb7aa7.tar.gz nixos-c80d56bedc36db955fd009d058dd419422fb7aa7.tar.bz2 nixos-c80d56bedc36db955fd009d058dd419422fb7aa7.tar.xz nixos-c80d56bedc36db955fd009d058dd419422fb7aa7.zip |
mod_reload_modules
-rw-r--r-- | ymir.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ in rec { | |||
41 | prosody = pkgs.callPackage ./customized/prosody.nix ({ | 41 | prosody = pkgs.callPackage ./customized/prosody.nix ({ |
42 | inherit (pkgs.lua51Packages) luasocket luasec luaexpat luafilesystem luabitop luaevent luazlib; | 42 | inherit (pkgs.lua51Packages) luasocket luasec luaexpat luafilesystem luabitop luaevent luazlib; |
43 | lua5 = pkgs.lua5_1; | 43 | lua5 = pkgs.lua5_1; |
44 | communityModules = ["mod_carbons"]; | 44 | communityModules = ["mod_carbons" "mod_reload_modules"]; |
45 | extraModules = [prosodyAuth]; | 45 | extraModules = [prosodyAuth]; |
46 | extraLibs = [luaPam luaPosix luaSha2]; | 46 | extraLibs = [luaPam luaPosix luaSha2]; |
47 | }); | 47 | }); |