Add clamav
This commit is contained in:
parent
363242ce17
commit
74bdc5cfba
2 changed files with 13 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue