nixos-laptop/nixos/compliance.nix

6 lines
66 B
Nix
Raw Normal View History

{ ... }: {
services.clamav = {
daemon.enable = true;
};
}