diff options
| author | Preston Pan <ret2pop@gmail.com> | 2025-06-28 14:02:43 -0700 |
|---|---|---|
| committer | Preston Pan <ret2pop@gmail.com> | 2025-06-28 14:02:43 -0700 |
| commit | 147b01347fabbbe76ee6efb75ae0d3730ae52c0b (patch) | |
| tree | 050bd4ed0a5dcfe3e8714c0fc980f9ea9e17a651 /nix/modules/configuration.nix | |
| parent | 13e815b65599c7092d566b1ec49dd26776f60e6d (diff) | |
update NixOS configuration and journal twice
Diffstat (limited to 'nix/modules/configuration.nix')
| -rw-r--r-- | nix/modules/configuration.nix | 3 |
1 files changed, 2 insertions, 1 deletions
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 = { |
