mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 19:17:45 +00:00
Fine tune Nextcloud maintenance window and set log_type
This commit is contained in:
parent
a788e9b955
commit
def9130e71
1 changed files with 6 additions and 0 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue