From df252dc8592a2ae1b63fc740dd443df70f338116 Mon Sep 17 00:00:00 2001 From: Silas Schöffel Date: Sat, 25 Jan 2025 19:56:53 +0100 Subject: feat(modules/mail): init on server2 --- hosts/by-name/server2/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'hosts') diff --git a/hosts/by-name/server2/configuration.nix b/hosts/by-name/server2/configuration.nix index 70f663b..0e08f07 100644 --- a/hosts/by-name/server2/configuration.nix +++ b/hosts/by-name/server2/configuration.nix @@ -41,6 +41,10 @@ "invidious-router.sils.li" ]; }; + mail = { + enable = true; + fqdn = "mail.foss-syndicate.org"; + }; nginx = { enable = true; redirects = { -- cgit 1.4.1