chore(nuage): fix eval warning

This commit is contained in:
Julien Malka 2024-10-13 12:39:06 +02:00
parent 9f46c4d315
commit 50b68c3b94
Signed by: Luj
GPG key ID: 6FC74C847011FD83

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