Clamav

From NixOS Wiki
Revision as of 11:15, 24 December 2024 by Klinger (talk | contribs) (Category:Applications)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Clamav is an antivirus engine designed for detecting Trojans, viruses, malware and other malicious threats.

In order to install it:

environment.systemPackages = [
  pkgs.clamav
];
services.clamav.daemon.enable = true;

services.clamav.updater.enable = true;