mirror of
https://git.gay/xqtc/nixos-config
synced 2025-04-30 19:37:29 +02:00
9 lines
202 B
Nix
9 lines
202 B
Nix
{ config, lib, pkgs, ... }:
|
|
{
|
|
# services.clamav = {
|
|
# updater.enable = true;
|
|
# updater.settings = {LogVerbose = true;};
|
|
# updater.interval = "hourly";
|
|
# daemon.enable = true;
|
|
# };
|
|
}
|