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
extraOptions = {
overwriteprotocol = "https";
default_phone_region = "NL";
};
appstoreEnable = true;
extraAppsEnable = true;
@ -83,7 +84,6 @@
dbname = "nextcloud";
dbpassFile = config.sops.secrets."nextclouddb".path;
defaultPhoneRegion = "NL";
adminpassFile = config.sops.secrets."nextcloudadmin".path;
adminuser = "GLaDTheresCake";
};