mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-22 15:20:31 +01:00
14 lines
210 B
Nix
14 lines
210 B
Nix
{
|
|
config,
|
|
lib,
|
|
pkgs,
|
|
...
|
|
}: {
|
|
# services.clamav = {
|
|
# updater.enable = true;
|
|
# updater.settings = {LogVerbose = true;};
|
|
# updater.interval = "hourly";
|
|
# daemon.enable = true;
|
|
# };
|
|
}
|