diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-09 11:38:36 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-09 11:38:36 +0200 |
commit | 5370b5df1431cb295dc4ef551c59296418f25a6a (patch) | |
tree | c69310203c55ca66c9614f56c6994a727e9421dd | |
parent | fc1ff207fb67ebde628c7d8a329ab7384f08fefc (diff) | |
download | nixos-5370b5df1431cb295dc4ef551c59296418f25a6a.tar nixos-5370b5df1431cb295dc4ef551c59296418f25a6a.tar.gz nixos-5370b5df1431cb295dc4ef551c59296418f25a6a.tar.bz2 nixos-5370b5df1431cb295dc4ef551c59296418f25a6a.tar.xz nixos-5370b5df1431cb295dc4ef551c59296418f25a6a.zip |
Revert "require valid tls for xmpp"
This reverts commit b4c579f003f985c2771c551cb3e06c1f696e71c0.
-rw-r--r-- | ymir.nix | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -211,8 +211,6 @@ in rec { | |||
211 | custom_alias_file="/etc/prosody/aliases" | 211 | custom_alias_file="/etc/prosody/aliases" |
212 | custom_alias_secret_file="/etc/prosody/alias_secret" | 212 | custom_alias_secret_file="/etc/prosody/alias_secret" |
213 | 213 | ||
214 | s2s_secure_auth = true | ||
215 | |||
216 | Component "alias.xmpp.li" | 214 | Component "alias.xmpp.li" |
217 | Include "/etc/prosody/alias.xmpp.li.cfg.lua" | 215 | Include "/etc/prosody/alias.xmpp.li.cfg.lua" |
218 | ''; | 216 | ''; |