Add clamav

This commit is contained in:
BuyMyMojo 2025-03-31 02:50:12 +11:00
parent 363242ce17
commit 74bdc5cfba
Signed by untrusted user who does not match committer: aria
GPG key ID: 19AB7AA462B8AB3B
2 changed files with 13 additions and 0 deletions

View file

@ -217,6 +217,7 @@
unstable.dwarfs
unrar
mpv
pkgs.clamav
unstable.waypipe
unstable.nix-your-shell

View file

@ -42,6 +42,18 @@
configDir = "/home/buymymojo/Documents/.config/syncthing"; # Folder for Syncthing's settings and keys
};
clamav = {
daemon.enable = true;
daemon.settings = {
MaxThreads = 16;
};
updater.enable = true;
updater.interval = "weekly";
updater.settings = {
CompressLocalDatabase = true;
};
};
# services.blocky = {
# enable = true;
# settings = {