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

View File

@@ -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" ];
};