diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2020-06-20 22:48:41 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2020-06-20 22:48:41 +0200 |
commit | 0f92ac4c0a718ee6eb2d5422993b5bdd08d69d54 (patch) | |
tree | 005779e0e59e62742393375d989cedd6cd6446fc | |
parent | e8f56bfd4964178c85597d0c9513cecef287c63d (diff) | |
download | nixos-0f92ac4c0a718ee6eb2d5422993b5bdd08d69d54.tar nixos-0f92ac4c0a718ee6eb2d5422993b5bdd08d69d54.tar.gz nixos-0f92ac4c0a718ee6eb2d5422993b5bdd08d69d54.tar.bz2 nixos-0f92ac4c0a718ee6eb2d5422993b5bdd08d69d54.tar.xz nixos-0f92ac4c0a718ee6eb2d5422993b5bdd08d69d54.zip |
...
-rw-r--r-- | ymir.nix | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -68,13 +68,13 @@ in rec { | |||
68 | 68 | ||
69 | nixpkgs.overlays = [ | 69 | nixpkgs.overlays = [ |
70 | (self: super: { | 70 | (self: super: { |
71 | prosody = self.callPackage ./customized/prosody.nix ({ | 71 | # prosody = self.callPackage ./customized/prosody.nix ({ |
72 | inherit (self.lua51Packages) luasocket luaexpat luafilesystem luabitop luaevent luasec luadbi; | 72 | # inherit (self.lua51Packages) luasocket luaexpat luafilesystem luabitop luaevent luasec luadbi; |
73 | lua5 = pkgs.lua5_1; | 73 | # lua5 = pkgs.lua5_1; |
74 | withCommunityModules = ["carbons" "reload_modules" "csi" "cloud_notify" "csi_pump" "smacks" "track_muc_joins" "watchuntrusted" "auth_pam"]; | 74 | # withCommunityModules = ["carbons" "reload_modules" "csi" "cloud_notify" "csi_pump" "smacks" "track_muc_joins" "watchuntrusted" "auth_pam"]; |
75 | extraModules = [prosodyAuth]; | 75 | # extraModules = [prosodyAuth]; |
76 | extraLibs = [luaPam luaPosix luaSha2] ++ (with self.lua51Packages; [lua-zlib]); | 76 | # extraLibs = [luaPam luaPosix luaSha2] ++ (with self.lua51Packages; [lua-zlib]); |
77 | }); | 77 | # }); |
78 | # uwsgi = pkgs.callPackage ./customized/uwsgi.nix { | 78 | # uwsgi = pkgs.callPackage ./customized/uwsgi.nix { |
79 | # extraPlugins = { | 79 | # extraPlugins = { |
80 | # cgi = { | 80 | # cgi = { |