Ah it has to go here according to the site
This commit is contained in:
parent
043c77ab17
commit
fbabd8615a
|
@ -61,8 +61,6 @@
|
||||||
configureRedis = true;
|
configureRedis = true;
|
||||||
maxUploadSize = "16G";
|
maxUploadSize = "16G";
|
||||||
|
|
||||||
defaultPhoneRegion = "NL";
|
|
||||||
|
|
||||||
#Increase opcache string buffer
|
#Increase opcache string buffer
|
||||||
phpOptions."opcache.interned_strings_buffer" = "23";
|
phpOptions."opcache.interned_strings_buffer" = "23";
|
||||||
# Further forces Nextcloud to use HTTPS
|
# Further forces Nextcloud to use HTTPS
|
||||||
|
@ -85,6 +83,7 @@
|
||||||
dbname = "nextcloud";
|
dbname = "nextcloud";
|
||||||
dbpassFile = config.sops.secrets."nextclouddb".path;
|
dbpassFile = config.sops.secrets."nextclouddb".path;
|
||||||
|
|
||||||
|
defaultPhoneRegion = "NL";
|
||||||
adminpassFile = config.sops.secrets."nextcloudadmin".path;
|
adminpassFile = config.sops.secrets."nextcloudadmin".path;
|
||||||
adminuser = "GLaDTheresCake";
|
adminuser = "GLaDTheresCake";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue