From b10f611df7f5817de13e7fd3d8f84d6c6c0b52d4 Mon Sep 17 00:00:00 2001 From: Raphael Date: Wed, 15 Oct 2025 22:37:52 +0200 Subject: [PATCH] feat(server/self_host): mail is now enable --- 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 7ba6034..b6690e6 100644 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -37,7 +37,7 @@ selfhost = { htop = true; ollama = false; - mail = false; + mail = true; monitor = true; nextcloud = true; };