From 11ea9f5de8edb9e576c742c08964d669f9d3bd71 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Thu, 29 Aug 2024 09:28:03 +0200 Subject: [PATCH] wip: make mailserver work --- hosts/server/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index ed1bbe5..04e6363 100644 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -250,7 +250,7 @@ }; mailserver = { - enable = false; + enable = true; fqdn = "mail.itepastra.nl"; domains = [ "itepastra.nl" ];