mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-25 21:30:52 +01:00
chore(nuage): fix eval warning
This commit is contained in:
parent
9f46c4d315
commit
50b68c3b94
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue