about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--modules/services/nixos-mailserver.nix6
-rw-r--r--systems/cobalt/default.nix3
2 files changed, 2 insertions, 7 deletions
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" = {
diff --git a/systems/cobalt/default.nix b/systems/cobalt/default.nix
index b33f869..30d85dd 100644
--- a/systems/cobalt/default.nix
+++ b/systems/cobalt/default.nix
@@ -230,9 +230,6 @@ in
             "webmail"
           ];
         };
-        "nand.moe" = {
-          subDomains = [ ];
-        };
         "sefidel.net" = {
           subDomains = [ ];
         };