From d3299ee377caa24d88529e726dc93ef1fa641c31 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Fri, 15 Dec 2023 21:20:10 +0100 Subject: [PATCH] New email domain! --- nixos/queen/mail-server.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/nixos/queen/mail-server.nix b/nixos/queen/mail-server.nix index d591e5f..41fd5e3 100644 --- a/nixos/queen/mail-server.nix +++ b/nixos/queen/mail-server.nix @@ -36,6 +36,7 @@ "nextcloud.gladtherescake.eu" "akkoma.gladtherescake.eu" "social.gladtherescake.eu" + "lillianviolet.dev" ]; loginAccounts = { @@ -48,7 +49,17 @@ "no-reply@social.gladtherescake.eu" = { hashedPasswordFile = config.sops.secrets."mailpass".path; }; + "info@lillianviolet.dev" = { + hashedPasswordFile = config.sops.secrets."mailpass".path; + aliases = [ + "@lillianviolet.dev" + ]; + catchAll = [ + "lillianviolet.dev" + ]; + }; }; + rejectRecipients = [ "no-reply@nextcloud.gladtherescake.eu" "no-reply@akkoma.gladtherescake.eu"