Revert "devices.surface: use cachyos kernel"

This reverts commit 937c2be976.
This commit is contained in:
陈浩南 2024-03-18 21:16:57 +08:00
parent 9ef099b802
commit c964d542b5

View File

@ -31,7 +31,7 @@ inputs:
nixpkgs.march = "skylake";
grub.installDevice = "efi";
nix.substituters = [ "https://cache.nixos.org/" "https://nix-store.chn.moe" ];
kernel = { varient = "cachyos"; patches = [ "cjktty" "surface" ]; };
kernel.patches = [ "cjktty" "lantian" "surface" ];
networking.hostname = "surface";
};
hardware =