summaryrefslogtreecommitdiff
path: root/ymir.nix
diff options
context:
space:
mode:
Diffstat (limited to 'ymir.nix')
-rw-r--r--ymir.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/ymir.nix b/ymir.nix
index 27fb9477..52b6f15a 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -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"