From e5ae5a3980cc0758e67f4832420b267b43886914 Mon Sep 17 00:00:00 2001 From: chn Date: Sat, 17 Aug 2024 14:39:00 +0800 Subject: [PATCH] Revert "devices.pc: kernel add lantian patch" This reverts commit 57aeb9a12ece2bef3024c76ca3204a1cdf92c5c6. --- devices/pc/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/pc/default.nix b/devices/pc/default.nix index f3e705fb..f42b2e67 100644 --- a/devices/pc/default.nix +++ b/devices/pc/default.nix @@ -54,7 +54,7 @@ inputs: kernel = { variant = "xanmod-latest"; - patches = [ "hibernate-progress" "amdgpu" "lantian" ]; + patches = [ "hibernate-progress" "amdgpu" ]; modules.modprobeConfig = [ "options iwlwifi power_save=0" "options iwlmvm power_scheme=1" "options iwlwifi uapsd_disable=1" ]; };