clamav, fix turning tv off on dell

This commit is contained in:
Kopatz
2025-11-14 19:22:24 +01:00
parent 7145c2159d
commit 4dd0576ed6
7 changed files with 82 additions and 12 deletions

View File

@@ -133,6 +133,18 @@
enable = true;
basePath = "/data/synced";
};
clamav = {
enable = true;
scanDirectories = [
"/data/vmail"
"/1tbssd/kop-fileshare"
"/home"
"/var/lib"
"/tmp"
"/etc"
"/var/tmp"
];
};
};
nftables.enable = true;
cli-tools.enable = true;

View File

@@ -35,6 +35,11 @@
shared.enable = true;
plasma.enable = true;
sddm.enable = true;
stylix = {
enable = true;
base16Scheme = import ../../modules/themes/ina.nix;
image = ../../wallpaper/ina.jpg;
};
};
};