flake/modules/nixos/security/default.nix
2025-10-26 09:13:59 +00:00

9 lines
66 B
Nix

{
pkgs,
lib,
...
}: {
imports = [
./clamav.nix
];
}