Unverified Commit 394d4de8 authored by Raito Bezarius's avatar Raito Bezarius Committed by Maximilian Bosch
Browse files

nextcloud25: enable by default broken ciphers for NixOS ≤ 22.11

parent 7eefaeb5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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