Unverified Commit 37676e47 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

nixos/tests/nextcloud: follow variable rename (#466054)

parents a92c9621 fb9b54f5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ runTest (
          services.nextcloud.config.objectstore.s3 = {
            enable = true;
            bucket = "nextcloud";
            autocreate = true;
            verify_bucket_exists = true;
            key = accessKey;
            secretFile = "${pkgs.writeText "secretKey" secretKey}";
            hostname = "acme.test";