this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

helix: add email config to gitea

+5 -2
+5 -2
hosts/profiles/gitea/default.nix
··· 29 29 RENDER_COMMAND = "pandoc +RTS -M512M -RTS -f rst"; 30 30 IS_INPUT_FILE = false; 31 31 }; 32 - # TODO 33 32 mailer = { 34 33 ENABLED = false; 35 34 MAILER_TYPE = "smtp"; 36 35 FROM = "ops@sealight.xyz"; 37 - SENDMAIL_PATH = "${pkgs.system-sendmail}/bin/sendmail"; 36 + SMTP_ADDR = "smtp.nullhex.com"; 37 + SMTP_PORT = "465"; 38 + USER = "ops@sealight.xyz"; 39 + PASSWD = "breed deputy fossil glory"; # TODO how do we pass this from agenix? 40 + IS_TLS_ENABLED = "true"; 38 41 }; 39 42 }; 40 43 };