OK, the issue was a tpyo
This commit is contained in:
parent
fbabd8615a
commit
6bafd9a3d7
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue