From b315b8f01e18cc9181db69697ae1c65074827e53 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 7 Jul 2024 14:47:52 +0900 Subject: chore(cobalt)!: remove nand.moe * exotic.sh no longer owns this domain. --- modules/services/nixos-mailserver.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'modules/services') diff --git a/modules/services/nixos-mailserver.nix b/modules/services/nixos-mailserver.nix index dd8741b..a455f8a 100644 --- a/modules/services/nixos-mailserver.nix +++ b/modules/services/nixos-mailserver.nix @@ -65,7 +65,7 @@ in mailserver = { enable = true; fqdn = "mail.exotic.sh"; - domains = [ "exotic.sh" "nand.moe" "sefidel.com" "sefidel.net" ]; + domains = [ "exotic.sh" "sefidel.com" "sefidel.net" ]; mailboxes = { Trash = { auto = "no"; @@ -114,13 +114,11 @@ in "admin@exotic.sh" "postmaster" "postmaster@exotic.sh" - "admin@nand.moe" - "postmaster@nand.moe" ]; hashedPasswordFile = config.sops.secrets.sefidel-imap-pass.path; }; "system@exotic.sh" = { - aliases = [ "system" "system@nand.moe" ]; + aliases = [ "system" ]; hashedPasswordFile = config.sops.secrets.system-imap-pass.path; }; "internal@exotic.sh" = { -- cgit 1.4.1