Revert "devices.pc: switch to cachyos kernel"

This reverts commit 0bc485a9b1.
This commit is contained in:
陈浩南 2024-06-06 15:09:55 +08:00
parent 759b3f7cae
commit f8b5a79afe

View File

@ -55,7 +55,7 @@ inputs:
};
nixpkgs =
{ march = "znver4"; cuda = { enable = true; capabilities = [ "8.9" ]; forwardCompat = false; }; };
kernel = { variant = "cachyos"; patches = [ "cjktty" "hibernate-progress" ]; };
kernel.patches = [ "cjktty" "hibernate-progress" ];
networking.hostname = "pc";
sysctl.laptop-mode = 5;
gui.enable = true;