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
|
||||
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";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue