From 65e1ba4ed27b84a70d2487d85306ca264e649728 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Numbus?= Date: Sun, 1 Mar 2026 15:06:36 +0100 Subject: [PATCH] Enable clamAV mail alerts. --- modules/mail/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/mail/default.nix b/modules/mail/default.nix index e14123f..a7af913 100644 --- a/modules/mail/default.nix +++ b/modules/mail/default.nix @@ -2,6 +2,7 @@ { imports = [ + ./clamav.nix ./smart.nix ./systemd.nix ./smtp.nix