From d1b3f84cf3f35ccd78193b2baeeff74fa01fef8f Mon Sep 17 00:00:00 2001 From: chn Date: Thu, 13 Jun 2024 23:13:07 +0800 Subject: [PATCH] Revert "devices.pc: remove all kernel patches" This reverts commit f813ffd0536abb4c521745882812f1708dc49608. --- 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 d524be2a..fa5f4132 100644 --- a/devices/pc/default.nix +++ b/devices/pc/default.nix @@ -55,7 +55,7 @@ inputs: }; nixpkgs = { march = "znver4"; cuda = { enable = true; capabilities = [ "8.9" ]; forwardCompat = false; }; }; - kernel = { variant = "cachyos"; patches = []; }; + kernel = { variant = "cachyos"; patches = [ "cjktty" "hibernate-progress" ]; }; networking.hostname = "pc"; sysctl.laptop-mode = 5; gui.enable = true;