feat: add ClamAV antivirus with daily auto-scan
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user