diff options
author | EuAndreh <eu@euandre.org> | 2022-11-30 04:48:26 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-11-30 04:48:26 -0300 |
commit | b170a17ae25f49c42281eb8feb0765533affa166 (patch) | |
tree | ba9533607e93721f936c2f9e7fb7b7e7eea091d3 /src | |
parent | src/infrastructure/guix/channels.scm: Use fork of "guix" channel (diff) | |
download | toph-b170a17ae25f49c42281eb8feb0765533affa166.tar.gz toph-b170a17ae25f49c42281eb8feb0765533affa166.tar.xz |
system.scm: Disable WIP Cyrus SASL auth in Prosody
Diffstat (limited to 'src')
-rw-r--r-- | src/infrastructure/guix/system.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/infrastructure/guix/system.scm b/src/infrastructure/guix/system.scm index 5b23d8c..0b4f285 100644 --- a/src/infrastructure/guix/system.scm +++ b/src/infrastructure/guix/system.scm @@ -1318,7 +1318,8 @@ (c2s-require-encryption? #t) (s2s-require-encryption? #t) (s2s-secure-auth? #t) - (authentication "cyrus") + ;; (authentication "cyrus") + (authentication "internal_hashed") (virtualhosts (list (virtualhost-configuration |