From 5be6cf9ef4b4ff357bf9fdd23335e3ae2b91f117 Mon Sep 17 00:00:00 2001 From: Emi Simpson Date: Mon, 18 Dec 2023 11:07:43 -0500 Subject: [PATCH] Fix hang on wake from suspend --- nixos.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos.nix b/nixos.nix index 3fba61f..de7d971 100644 --- a/nixos.nix +++ b/nixos.nix @@ -23,6 +23,9 @@ let systemInformation = import ./system/system-information.nix; in # Power efficiency # https://wiki.archlinux.org/title/Power_management#Kernel_parameters "nmi_watchdog=0" + + # https://bbs.archlinux.org/viewtopic.php?id=282614 ? + "amd_iommu=off" ]; boot.kernel.sysctl = {