From fe14cb67536e0a4248e3a2b80dd22a62b9c784fc Mon Sep 17 00:00:00 2001 From: "Chinmay D. Pai" Date: Sun, 29 Sep 2024 23:06:15 +0530 Subject: [PATCH] chore: unset iommu set to soft in kernelParams This issue has been resolved with b65a4dbfcb Signed-off-by: Chinmay D. Pai --- systems/x86_64-linux/thonkpad/hardware.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/x86_64-linux/thonkpad/hardware.nix b/systems/x86_64-linux/thonkpad/hardware.nix index fa94c3c..3ec052f 100644 --- a/systems/x86_64-linux/thonkpad/hardware.nix +++ b/systems/x86_64-linux/thonkpad/hardware.nix @@ -32,7 +32,7 @@ # a read-only state. We trust some random, obscure Arch wiki article over # actually trying to figure out why it might be so. # ref: https://wiki.archlinux.org/title/Solid_state_drive/NVMe#Controller_failure_due_to_broken_suspend_support - "iommu=soft" + # "iommu=soft" # "resume_offset=2465529" ]; # resumeDevice = "/dev/disk/by-uuid/870fde90-a91a-4554-8b1c-d5702c789f4d";