diff --git a/hosts/hitsugibune/nextcloud.nix b/hosts/hitsugibune/nextcloud.nix index a7cab2c..84a4330 100644 --- a/hosts/hitsugibune/nextcloud.nix +++ b/hosts/hitsugibune/nextcloud.nix @@ -9,6 +9,7 @@ enable = true; hostName = "nextcloud.sprechtl.me"; https = true; + nginx.recommendedHttpHeaders = true; configureRedis = true; caching.redis = true; extraApps = { @@ -21,6 +22,8 @@ adminuser = "admin"; adminpassFile = config.age.secrets.nextcloud.path; dbtype = "pgsql"; + }; + settings = { maintenance_window_start = 3; }; database.createLocally = true;