From 9e36962acbff231a8a13623cd18d1dd4c0279433 Mon Sep 17 00:00:00 2001 From: chn Date: Mon, 23 Oct 2023 17:11:35 +0800 Subject: [PATCH] pc: use last kernle --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index 25f0f62d..e79f14c0 100644 --- a/flake.nix +++ b/flake.nix @@ -129,7 +129,6 @@ gui = { enable = true; preferred = true; }; kernel = { - useLts = true; patches = [ "cjktty" "preempt" ]; modules.modprobeConfig = [ "options iwlmvm power_scheme=1" "options iwlwifi uapsd_disable=1" ]; };