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

@ -91,10 +91,10 @@ with lib; {
};
};
blueman.enable = true;
clamav = {
daemon.enable = true;
updater.enable = true;
};
# clamav = {
# daemon.enable = true;
# updater.enable = true;
# };
dbus.packages = with pkgs; [ dconf ];
fwupd.enable = true;
gnome.gnome-keyring.enable = true;