From b705cf985ce710410935e2d3176d03c52fddf75a Mon Sep 17 00:00:00 2001 From: kat witch Date: Sat, 27 Mar 2021 00:27:34 +0000 Subject: [PATCH] services/mail: Migrated dork.dev away from fastmail --- services/mail.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/services/mail.nix b/services/mail.nix index b172163a..e8df5ead 100644 --- a/services/mail.nix +++ b/services/mail.nix @@ -5,8 +5,8 @@ mailserver = { enable = true; - fqdn = "kittywit.ch"; - domains = [ "kittywit.ch" ]; + fqdn = "athame.kittywit.ch"; + domains = [ "kittywit.ch" "dork.dev" ]; # A list of all login accounts. To create the password hashes, use # nix run nixpkgs.apacheHttpd -c htpasswd -nbB "" "super secret password" | cut -d: -f2 @@ -18,7 +18,7 @@ # Make this user the catchAll address for domains kittywit.ch and # example2.com - catchAll = [ "kittywit.ch" ]; + catchAll = [ "kittywit.ch" "dork.dev" ]; }; };