nixos-modules/vmCommon: configure timing for Nextcloud specific maintenance

main
Felix Stupp 1 year ago
parent e5343cf871
commit 47f757f3c0
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -56,6 +56,12 @@ in
rebootWindow.upper = "02:50";
};
# service specific operations
services.nextcloud = {
autoUpdateApps.startAt = "03:00";
settings.maintenance_window_start = 3; # +4h
};
nix.gc = {
# could take longer
dates = "04:15";

Loading…
Cancel
Save