From 57013396294aaae82c2b152a9c344c73e04d51ed Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Wed, 5 Feb 2025 12:18:08 +0530 Subject: kay/mail: add account for auto --- os/kay/modules/mail.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/os/kay/modules/mail.nix b/os/kay/modules/mail.nix index 22f9c2d..a418a86 100644 --- a/os/kay/modules/mail.nix +++ b/os/kay/modules/mail.nix @@ -4,9 +4,13 @@ username = config.global.userdata.name; email = [ "${username}@${domain}" - "official@${domain}" + # used by github automation + # https://github.com/nocodb/nocodb/blob/32826d4b24e9285b898bb3547fdf550f81c930bb/nix/bumper/bumper.sh#L5 + "auto@${domain}" + # used by mail.sinanmohd.com "postmaster@${domain}" + # used by ns1.sinanmohd.com "hostmaster@${domain}" ]; -- cgit v1.2.3