Make system compliant with company policy

This commit is contained in:
Pim Kunis 2024-10-27 10:36:13 +01:00
parent cb6849ccd0
commit 5b92ddde89
2 changed files with 6 additions and 0 deletions

5
nixos/compliance.nix Normal file
View file

@ -0,0 +1,5 @@
{ ... }: {
services.clamav = {
daemon.enable = true;
};
}