From 147b01347fabbbe76ee6efb75ae0d3730ae52c0b Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Sat, 28 Jun 2025 14:02:43 -0700 Subject: update NixOS configuration and journal twice --- nix/modules/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nix/modules/configuration.nix') diff --git a/nix/modules/configuration.nix b/nix/modules/configuration.nix index 4fd49d2..65c566e 100644 --- a/nix/modules/configuration.nix +++ b/nix/modules/configuration.nix @@ -156,6 +156,7 @@ "kernel.kptr_restrict" = 2; # madaidan + "kernel.smtcontrol" = "on"; "vm.swappiness" = 1; "vm.unprivileged_userfaultfd" = 0; "dev.tty.ldisc_autoload" = 0; @@ -260,7 +261,7 @@ lockKernelModules = true; protectKernelImage = true; - allowSimultaneousMultithreading = false; + allowSimultaneousMultithreading = true; forcePageTableIsolation = true; tpm2 = { -- cgit v1.3