Skip to content

Commit

Permalink
[server/nextcloud] move maintainance_window_start to right place
Browse files Browse the repository at this point in the history
  • Loading branch information
pSub committed Aug 17, 2024
1 parent 2c94ee6 commit 424f711
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nixos/server/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -570,6 +570,7 @@ in {
};
services.nextcloud.settings = {
"default_phone_region" = "DE";
"maintenance_window_start" = "3"; # UTC
};
services.nextcloud.phpOptions = {
"opcache.enable" = "1";
Expand All @@ -586,8 +587,6 @@ in {
"pm.min_spare_servers" = "15";
"pm.max_spare_servers" = "25";
"pm.max_requests" = "500";

"maintenance_window_start" = "3"; # UTC
};
services.nextcloud.phpExtraExtensions = all: [ all.redis ];

Expand Down

0 comments on commit 424f711

Please sign in to comment.