nextcloud25: enable by default broken ciphers for NixOS ≤ 22.11

This commit is contained in:
Raito Bezarius 2022-11-07 14:42:43 +01:00 committed by Maximilian Bosch
parent 7eefaeb5e3
commit 394d4de877
No known key found for this signature in database
GPG Key ID: 9A6EEA275CA5BE0A

View File

@ -88,7 +88,8 @@ in {
enableBrokenCiphersForSSE = mkOption {
type = types.bool;
default = false;
# Workaround can be removed at backport-time for 22.11.
default = !(versionOlder stateVersion "22.11");
description = lib.mdDoc ''
This option uses OpenSSL PHP extension linked against OpenSSL 1.x rather
than latest OpenSSL ( 3), this is not recommended except if you need