aboutsummaryrefslogtreecommitdiff
path: root/hosts/vps
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/vps')
-rw-r--r--hosts/vps/configuration.nix2
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";
};
};