mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-22 10:14:25 +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";
|
home = "/data/nextcloud";
|
||||||
hostName = config.networking.fqdn;
|
hostName = config.networking.fqdn;
|
||||||
|
|
||||||
autoUpdateApps.enable = true;
|
autoUpdateApps = {
|
||||||
extraAppsEnable = true;
|
enable = true;
|
||||||
|
startAt = "04:00:00";
|
||||||
|
};
|
||||||
extraApps = {
|
extraApps = {
|
||||||
inherit (config.services.nextcloud.package.packages.apps) contacts calendar;
|
inherit (config.services.nextcloud.package.packages.apps) contacts calendar;
|
||||||
};
|
};
|
||||||
|
|
@ -35,6 +37,7 @@
|
||||||
settings = {
|
settings = {
|
||||||
log_type = "file";
|
log_type = "file";
|
||||||
default_phone_region = "DE";
|
default_phone_region = "DE";
|
||||||
|
maintenance_window_start = "2"; # UTC
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue