Unverified Commit 255e1c3c authored by Maximilian Bosch's avatar Maximilian Bosch
Browse files

nixos/tests/nextcloud: fix eval

parent 0f7ecd28
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -35,7 +35,6 @@ runTest (
              logLevel = "debug";
            };
            extraAppsEnable = true;
            extraApps.notify_push = config.services.nextcloud.package.packages.apps.notify_push;
            # This test also validates that we can use an "external" database
            database.createLocally = false;
            config = {
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ runTest (
            };
            extraAppsEnable = true;
            extraApps = with config.services.nextcloud.package.packages.apps; {
              inherit notify_push notes;
              inherit notes;
            };
            settings.trusted_proxies = [ "::1" ];
          };