chore(nuage): fix eval warning

This commit is contained in:
Luj 2024-10-13 12:39:06 +02:00
parent e4165e8893
commit 96db988366

View file

@ -44,8 +44,8 @@
package = pkgs.nextcloud29;
https = true;
hostName = "nuage.malka.family";
settings.overwriteProtocol = "https";
config = {
overwriteProtocol = "https";
dbtype = "mysql";
dbuser = "test";
dbhost = "localhost"; # nextcloud will add /.s.PGSQL.5432 by itself