summaryrefslogtreecommitdiff
path: root/services/mailserver.nix
diff options
context:
space:
mode:
Diffstat (limited to 'services/mailserver.nix')
-rw-r--r--services/mailserver.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/mailserver.nix b/services/mailserver.nix
index 015f0df..29ad079 100644
--- a/services/mailserver.nix
+++ b/services/mailserver.nix
@@ -3,7 +3,7 @@
mailserver = {
stateVersion = 3;
fqdn = "mail.crashoverburn.com";
- domains = [ "mail.crashoverburn.com" "crashoverburn.com" ];
+ domains = [ "crashoverburn.com" ];
enable = true;
# A list of all login accounts. To create the password hashes, use
# nix-shell -p mkpasswd --run 'mkpasswd -sm bcrypt'