feat: add ClamAV antivirus with daily auto-scan

This commit is contained in:
2026-06-18 21:26:14 -04:00
parent 570ab16243
commit f14c74f50f

View File

@@ -199,4 +199,13 @@
# Enable remote builder (distributed build via lazyworkhorse server)
services.remoteBuilder.enable = true;
# ============================================================
# ClamAV antivirus — daily automatic scans
# ============================================================
services.clamav = {
daemon.enable = true;
updater.enable = true;
scanner.enable = true;
};
}