Disable clamav

This commit is contained in:
Filippo Berto 2023-01-13 09:26:46 +01:00
parent 2a46d9d455
commit eb58eb63c8
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
2 changed files with 8 additions and 8 deletions

View file

@ -243,10 +243,10 @@ with lib; {
security.pam.services.xscreensaver.fprintAuth = true;
# Clamav
services.clamav = {
daemon.enable = true;
updater.enable = true;
};
# services.clamav = {
# daemon.enable = true;
# updater.enable = true;
# };
# Power-profiles
services.power-profiles-daemon.enable = true;