From 394d4de8770db0c32c4a01957496d08256cdcaf5 Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Mon, 7 Nov 2022 14:42:43 +0100 Subject: [PATCH] =?UTF-8?q?nextcloud25:=20enable=20by=20default=20broken?= =?UTF-8?q?=20ciphers=20for=20NixOS=20=E2=89=A4=2022.11?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nixos/modules/services/web-apps/nextcloud.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nixos/modules/services/web-apps/nextcloud.nix b/nixos/modules/services/web-apps/nextcloud.nix index 2a4ca13b473f..43b00f601c49 100644 --- a/nixos/modules/services/web-apps/nextcloud.nix +++ b/nixos/modules/services/web-apps/nextcloud.nix @@ -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