From e2b373539205efde47fd627506dff51bd0bd137e Mon Sep 17 00:00:00 2001 From: chn Date: Mon, 30 Sep 2024 20:45:07 +0800 Subject: [PATCH] devices.pc: switch to lts kernel --- devices/pc/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/devices/pc/default.nix b/devices/pc/default.nix index ad7b744b..a9048a22 100644 --- a/devices/pc/default.nix +++ b/devices/pc/default.nix @@ -48,7 +48,6 @@ inputs: { march = "znver4"; cuda = { enable = true; capabilities = [ "8.9" ]; forwardCompat = false; }; }; kernel = { - variant = "xanmod-latest"; patches = [ "hibernate-progress" ]; modules.modprobeConfig = [ "options iwlwifi power_save=0" "options iwlmvm power_scheme=1" "options iwlwifi uapsd_disable=1" ];