its time to merge to master... its too big now xD #76

Open
gortium wants to merge 160 commits from uconsole-cm5-incremental into master
25 changed files with 1681 additions and 181 deletions
Showing only changes of commit f14c74f50f - Show all commits

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;
};
}