nixos/tests/nextcloud: fix notify_push test

This commit is contained in:
Sandro Jäckel
2024-12-15 22:37:52 +01:00
parent a81d5824e8
commit f6b7e8f625

View File

@@ -38,6 +38,7 @@ runTest (
config.dbtype = "pgsql";
notify_push = {
enable = true;
bendDomainToLocalhost = true;
logLevel = "debug";
};
extraAppsEnable = true;