diff --git a/mail-server/clamav.nix b/mail-server/clamav.nix index 9e51abe..011818d 100644 --- a/mail-server/clamav.nix +++ b/mail-server/clamav.nix @@ -23,6 +23,10 @@ in config = lib.mkIf cfg.virusScanning { services.clamav.daemon.enable = true; services.clamav.updater.enable = true; + + services.clamav.daemon.extraConfig = '' + PhishingScanURLs no + ''; }; }