1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Fine tune Nextcloud maintenance window and set log_type

This commit is contained in:
RGBCube 2024-04-30 18:38:15 +03:00
parent a788e9b955
commit def9130e71
No known key found for this signature in database

View file

@ -83,6 +83,12 @@ in systemConfiguration {
mail_smtphost = "::1"; # FIXME: Will need to use SMTP. mail_smtphost = "::1"; # FIXME: Will need to use SMTP.
mail_smtpmode = "sendmail"; mail_smtpmode = "sendmail";
mail_from_address = "cloud"; 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 = [ settings.enabledPreviewProviders = [