feat: nextcloud test

This commit is contained in:
Nick 2025-06-09 03:36:29 -05:00
parent efd73253e2
commit ab254d473d

View file

@ -51,10 +51,10 @@ in
mail_domain = host;
mail_sendmailmode = "smtp";
mail_smtpmode = "smtp";
mail_smtphost = smtp.hostname;
mail_smtphost = localhost;
mail_smtpport = smtp.ports.port0;
mail_smtpsecure = "";
mail_smtpauth = false;
mail_smtpauth = true;
mail_smtpname = smtp.hostname;
mail_from_address = "noreply";
mail_smtppassword = config.sops.secrets."${service.name}-smtp".path;