aboutsummaryrefslogtreecommitdiff
path: root/modules/clamav.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/clamav.nix')
-rw-r--r--modules/clamav.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/clamav.nix b/modules/clamav.nix
index fbfac11..144f937 100644
--- a/modules/clamav.nix
+++ b/modules/clamav.nix
@@ -5,6 +5,16 @@ in {
services.clamav = {
daemon = {
inherit enable;
+ settings = {
+ OnAccessPrevention = true;
+ OnAccessIncludePath = [
+ "/home/imsohexy/Downloads"
+ "/home/imsohexy/Documents"
+ ];
+ };
+ };
+ clamonacc = {
+ inherit enable;
};
scanner = {
inherit enable;