devices.surface: use cachyos kernel

This commit is contained in:
2024-03-17 15:14:53 +08:00
parent 12a2f13ade
commit 937c2be976

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.patches = [ "cjktty" "lantian" "surface" ];
kernel = { varient = "cachyos"; patches = [ "cjktty" "surface" ]; };
networking.hostname = "surface";
};
hardware =