kyra(hardening): tmp hardening

Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
s0me1newithhand7s 2026-05-03 15:28:47 +03:00
parent 6bcb4f2778
commit 14eea58fbb

View file

@ -2,6 +2,10 @@ _: {
boot = {
tmp = {
cleanOnBoot = true;
useZram = true;
useTmpfs = true;
tmpfsSize = "50%";
tmpfsHugeMemoryPages = "within_size";
};
};
}