diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-09 11:38:27 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-09 11:38:27 +0200 |
commit | fc1ff207fb67ebde628c7d8a329ab7384f08fefc (patch) | |
tree | b2c6e57160ee3da5ba5b4f61be535167e3585e5b /ymir.nix | |
parent | 74044749c7d95be759052d3fb01074eceb2960b6 (diff) | |
download | nixos-fc1ff207fb67ebde628c7d8a329ab7384f08fefc.tar nixos-fc1ff207fb67ebde628c7d8a329ab7384f08fefc.tar.gz nixos-fc1ff207fb67ebde628c7d8a329ab7384f08fefc.tar.bz2 nixos-fc1ff207fb67ebde628c7d8a329ab7384f08fefc.tar.xz nixos-fc1ff207fb67ebde628c7d8a329ab7384f08fefc.zip |
Revert "path to ca certificate bundle"
This reverts commit 74044749c7d95be759052d3fb01074eceb2960b6.
Diffstat (limited to 'ymir.nix')
-rw-r--r-- | ymir.nix | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -211,9 +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 | ssl = { | ||
215 | capath = "/etc/ssl/certs/ca-certificates.crt" | ||
216 | } | ||
217 | s2s_secure_auth = true | 214 | s2s_secure_auth = true |
218 | 215 | ||
219 | Component "alias.xmpp.li" | 216 | Component "alias.xmpp.li" |