Add clamav

This commit is contained in:
muon 2025-10-26 09:13:59 +00:00
parent 7722a877e6
commit 8d0f77e82f
4 changed files with 34 additions and 1 deletions

View file

@ -0,0 +1,9 @@
{
pkgs,
lib,
...
}: {
imports = [
./clamav.nix
];
}