MyNixOS website logo
option

services.clamav.scanner.scanDirectories

List of directories to scan. The default includes everything I could think of that is valid for nixos. Feel free to contribute a PR to add to the default if you see something missing.

Declarations
Type
list of string
Default
[
  "/home"
  "/var/lib"
  "/tmp"
  "/etc"
  "/var/tmp"
]