nixfleet/modules/clamav/default.nix
Andrea Ciceri f05ee0a658
Started migration towards flake-parts
Plus shit ton many changes I still had to commit
2023-03-12 17:05:03 +01:00

10 lines
148 B
Nix

{
services.clamav = {
daemon.enable = true;
updater = {
enable = true;
frequency = 1;
interval = "daily";
};
};
}