reNixos/kyra/boot/tmp.nix
s0me1newithhand7s 14eea58fbb kyra(hardening): tmp hardening
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
2026-05-03 16:05:49 +03:00

11 lines
182 B
Nix

_: {
boot = {
tmp = {
cleanOnBoot = true;
useZram = true;
useTmpfs = true;
tmpfsSize = "50%";
tmpfsHugeMemoryPages = "within_size";
};
};
}