reNixos/kyra/security/defaults.nix
s0me1newithhand7s d5d41960f4 kyra(hardening): security defaults init
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
2026-05-03 19:05:21 +03:00

13 lines
272 B
Nix

_: {
security = {
unprivilegedUsernsClone = false;
forcePageTableIsolation = true;
allowSimultaneousMultithreading = false;
protectKernelImage = true;
lockKernelModules = true;
virtualisation = {
flushL1DataCache = "always";
};
};
}