nixos/tests/nextcloud: fix eval

This commit is contained in:
Maximilian Bosch
2025-10-24 17:10:15 +02:00
parent 0f7ecd28e4
commit 255e1c3cb9
2 changed files with 1 additions and 2 deletions
@@ -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 = {
@@ -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" ];
};