diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-10-01 15:46:47 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-10-01 15:46:47 +0200 |
commit | 2bd5237792869ca7a1726b6ff3abcec3d94a7b92 (patch) | |
tree | 6548a98b82f39907952d41e8df51d3b31660e1e5 | |
parent | 0ffe130ccec3ad40ec0a9e9ebc5c76a8a64b9f17 (diff) | |
download | nixos-2bd5237792869ca7a1726b6ff3abcec3d94a7b92.tar nixos-2bd5237792869ca7a1726b6ff3abcec3d94a7b92.tar.gz nixos-2bd5237792869ca7a1726b6ff3abcec3d94a7b92.tar.bz2 nixos-2bd5237792869ca7a1726b6ff3abcec3d94a7b92.tar.xz nixos-2bd5237792869ca7a1726b6ff3abcec3d94a7b92.zip |
mod_carbons
-rw-r--r-- | ymir.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -38,6 +38,7 @@ in { | |||
38 | prosody = pkgs.callPackage ./customized/prosody.nix ({ | 38 | prosody = pkgs.callPackage ./customized/prosody.nix ({ |
39 | inherit (pkgs.lua51Packages) luasocket luasec luaexpat luafilesystem luabitop luaevent luazlib; | 39 | inherit (pkgs.lua51Packages) luasocket luasec luaexpat luafilesystem luabitop luaevent luazlib; |
40 | lua5 = pkgs.lua5_1; | 40 | lua5 = pkgs.lua5_1; |
41 | communityModules = ["mod_carbons"]; | ||
41 | extraModules = [prosodyAuth]; | 42 | extraModules = [prosodyAuth]; |
42 | extraLibs = [luaPam luaPosix luaSha2]; | 43 | extraLibs = [luaPam luaPosix luaSha2]; |
43 | }); | 44 | }); |
@@ -109,6 +110,7 @@ in { | |||
109 | allowRegistration = false; | 110 | allowRegistration = false; |
110 | extraModules = [ "private" | 111 | extraModules = [ "private" |
111 | "auth_custom" | 112 | "auth_custom" |
113 | "carbons" | ||
112 | ]; | 114 | ]; |
113 | extraConfig = '' | 115 | extraConfig = '' |
114 | authentication="custom" | 116 | authentication="custom" |