uConsole: remove clamav (cross-compile failure — cmake try_run + Rust proc-macro linker)
This commit is contained in:
@@ -197,12 +197,11 @@
|
||||
|
||||
# Enable remote builder (distributed build via lazyworkhorse server)
|
||||
services.remoteBuilder.enable = true;
|
||||
# ============================================================
|
||||
# ClamAV antivirus — daily automatic scans
|
||||
# ============================================================
|
||||
gortium.clamav = {
|
||||
enable = true;
|
||||
enableDaemon = false;
|
||||
};
|
||||
# ClamAV REMOVED — cross-compile failure (try_run + Rust linker)
|
||||
# clamscan available from server when needed.
|
||||
# gortium.clamav = {
|
||||
# enable = true;
|
||||
# enableDaemon = false;
|
||||
# };
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user