OK, the issue was a tpyo

This commit is contained in:
Lillian Violet 2024-01-10 11:23:58 +01:00
parent 266e4c792d
commit 0555ee7ce4

View file

@ -66,6 +66,7 @@
# Further forces Nextcloud to use HTTPS # Further forces Nextcloud to use HTTPS
extraOptions = { extraOptions = {
overwriteprotocol = "https"; overwriteprotocol = "https";
default_phone_region = "NL";
}; };
appstoreEnable = true; appstoreEnable = true;
extraAppsEnable = true; extraAppsEnable = true;
@ -83,7 +84,6 @@
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";
}; };