nixos/nextcloud: minor fixups

* Apply review comments.
* Default to PHP 8.2 for v26.
This commit is contained in:
Maximilian Bosch
2023-03-22 19:57:23 +01:00
committed by Raito Bezarius
parent 6a0b0a5de9
commit cbc539c19f
2 changed files with 3 additions and 4 deletions

View File

@@ -80,7 +80,6 @@ in {
nextcloudwithopenssl1.succeed("grep bye /var/lib/nextcloud/data/root/files/test-shared-file2")
nextcloudwithopenssl1.succeed("${withRcloneEnv3} ${pkgs.rclone}/bin/rclone cat nextcloud:test-shared-file2 | grep bye")
with subtest("Switch back to OpenSSL 1.1 and ensure that encrypted files are readable again"):
nextcloudwithopenssl1.succeed("${openssl1-node}/bin/switch-to-configuration test")
nextcloudwithopenssl1.wait_for_open_port(80)