From def9130e71bb0328fae4ecaa2fb23caca8f3212e Mon Sep 17 00:00:00 2001 From: RGBCube Date: Tue, 30 Apr 2024 18:38:15 +0300 Subject: [PATCH] Fine tune Nextcloud maintenance window and set log_type --- hosts/cube/nextcloud/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/cube/nextcloud/default.nix b/hosts/cube/nextcloud/default.nix index 283b26f..ea9d04a 100644 --- a/hosts/cube/nextcloud/default.nix +++ b/hosts/cube/nextcloud/default.nix @@ -83,6 +83,12 @@ in systemConfiguration { mail_smtphost = "::1"; # FIXME: Will need to use SMTP. mail_smtpmode = "sendmail"; mail_from_address = "cloud"; + + maintenance_window_start = 1; + + # No clue why it was syslog. + # What are the NixOS module authors on? + log_type = "file"; }; settings.enabledPreviewProviders = [