diff options
Diffstat (limited to 'hosts/vps/configuration.nix')
| -rw-r--r-- | hosts/vps/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/vps/configuration.nix b/hosts/vps/configuration.nix index 1c873e7..cf1d516 100644 --- a/hosts/vps/configuration.nix +++ b/hosts/vps/configuration.nix @@ -97,11 +97,11 @@ dbtype = "mysql"; adminuser = "schererleander"; adminpassFile = "/etc/nextcloud-admin-pass"; - overwriteProtocol = "https"; }; settings = { maintenance_window_start = 2; # 02:00 default_phone_region = "de"; + overwriteProtocol = "https"; }; }; |
