nixos-config-mirror/hosts/antivirus.nix
2025-04-16 09:14:51 +02:00

9 lines
202 B
Nix

{ config, lib, pkgs, ... }:
{
# services.clamav = {
# updater.enable = true;
# updater.settings = {LogVerbose = true;};
# updater.interval = "hourly";
# daemon.enable = true;
# };
}