devices.pc: switch to cachyos kernel

This commit is contained in:
陈浩南 2024-06-06 11:25:46 +08:00
parent ba523b61e8
commit 0bc485a9b1

View File

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