From 509eefc149035dfac1e5a122d8c20d76d3263d52 Mon Sep 17 00:00:00 2001 From: chn Date: Tue, 1 Oct 2024 09:31:53 +0800 Subject: [PATCH] devices.pc: use cachyos kernel --- devices/pc/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/devices/pc/default.nix b/devices/pc/default.nix index 0369268a..2c885fa7 100644 --- a/devices/pc/default.nix +++ b/devices/pc/default.nix @@ -48,6 +48,7 @@ inputs: { march = "znver4"; cuda = { enable = true; capabilities = [ "8.9" ]; forwardCompat = false; }; }; kernel = { + variant = "cachyos"; patches = [ "hibernate-progress" ]; modules.modprobeConfig = [ "options iwlwifi power_save=0" "options iwlmvm power_scheme=1" "options iwlwifi uapsd_disable=1" ];