[user/malte] Enable clamav antivirus daemon

This commit is contained in:
Malte Tammena 2022-06-16 11:12:06 +02:00
parent 469bce2472
commit 3166891a04

View file

@ -42,6 +42,10 @@ in {
pkgs.android-udev-rules
];
# TODO: Remove after switching occupation
services.clamav.daemon.enable = true;
services.clamav.updater.enable = true;
sops.secrets = let
sopsFile = ../secrets/users/malte/secrets.yaml;
owner = "malte";