From 14eea58fbba7e4576286a0638c59958d190723bf Mon Sep 17 00:00:00 2001 From: s0me1newithhand7s Date: Sun, 3 May 2026 15:28:47 +0300 Subject: [PATCH] kyra(hardening): tmp hardening Signed-off-by: s0me1newithhand7s --- kyra/boot/tmp.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kyra/boot/tmp.nix b/kyra/boot/tmp.nix index 0482683..5fa53a6 100644 --- a/kyra/boot/tmp.nix +++ b/kyra/boot/tmp.nix @@ -2,6 +2,10 @@ _: { boot = { tmp = { cleanOnBoot = true; + useZram = true; + useTmpfs = true; + tmpfsSize = "50%"; + tmpfsHugeMemoryPages = "within_size"; }; }; }