mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
Set nextcloud maintenance time
This commit is contained in:
parent
178ad26320
commit
92147e220b
1 changed files with 5 additions and 2 deletions
|
|
@ -19,8 +19,10 @@
|
|||
home = "/data/nextcloud";
|
||||
hostName = config.networking.fqdn;
|
||||
|
||||
autoUpdateApps.enable = true;
|
||||
extraAppsEnable = true;
|
||||
autoUpdateApps = {
|
||||
enable = true;
|
||||
startAt = "04:00:00";
|
||||
};
|
||||
extraApps = {
|
||||
inherit (config.services.nextcloud.package.packages.apps) contacts calendar;
|
||||
};
|
||||
|
|
@ -35,6 +37,7 @@
|
|||
settings = {
|
||||
log_type = "file";
|
||||
default_phone_region = "DE";
|
||||
maintenance_window_start = "2"; # UTC
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue