Skip to content

Commit 331f125

Browse files
committed
nixos/security/clamav: tweak scanner
1 parent f13380b commit 331f125

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

modules/nixos/security/clamav/default.nix

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@ in
2424

2525
scanner = {
2626
enable = true;
27+
interval = "weekly";
28+
scanDirectories = [
29+
"/home"
30+
"/tmp"
31+
"/var/lib"
32+
"/var/log"
33+
"/var/tmp"
34+
];
2735
};
2836

2937
updater = {

0 commit comments

Comments
 (0)