mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-15 09:35:12 -05:00
feat: nextcloud test
This commit is contained in:
parent
26bbd1f5ee
commit
300cb132bc
1 changed files with 3 additions and 3 deletions
|
@ -48,15 +48,15 @@ in
|
|||
settings = {
|
||||
default_phone_region = "CA";
|
||||
log_type = "file";
|
||||
mail_domain = host;
|
||||
mail_sendmailmode = "smtp";
|
||||
# mail_domain = host;
|
||||
# mail_sendmailmode = "smtp";
|
||||
mail_smtpmode = "smtp";
|
||||
mail_smtphost = smtp.hostname;
|
||||
mail_smtpport = smtp.ports.port0;
|
||||
mail_smtpsecure = "ssl";
|
||||
mail_smtpauth = true;
|
||||
mail_smtpname = service.email.address0;
|
||||
mail_from_address = "noreply";
|
||||
# mail_from_address = "noreply";
|
||||
mail_smtppassword = config.sops.secrets."${service.name}-smtp".path;
|
||||
maintenance_window_start = 4;
|
||||
overwriteprotocol = "https";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue