nextcloud25: enable by default broken ciphers for NixOS ≤ 22.11

This commit is contained in:
Raito Bezarius
2022-11-10 12:17:43 +01:00
committed by Maximilian Bosch
parent 7eefaeb5e3
commit 394d4de877
@@ -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