Add clamav
This commit is contained in:
parent
363242ce17
commit
74bdc5cfba
2 changed files with 13 additions and 0 deletions
|
@ -217,6 +217,7 @@
|
||||||
unstable.dwarfs
|
unstable.dwarfs
|
||||||
unrar
|
unrar
|
||||||
mpv
|
mpv
|
||||||
|
pkgs.clamav
|
||||||
unstable.waypipe
|
unstable.waypipe
|
||||||
unstable.nix-your-shell
|
unstable.nix-your-shell
|
||||||
|
|
||||||
|
|
|
@ -42,6 +42,18 @@
|
||||||
configDir = "/home/buymymojo/Documents/.config/syncthing"; # Folder for Syncthing's settings and keys
|
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 = {
|
# services.blocky = {
|
||||||
# enable = true;
|
# enable = true;
|
||||||
# settings = {
|
# settings = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue