diff --git a/devices/surface/default.nix b/devices/surface/default.nix index 4788bbb4..4aefd0b6 100644 --- a/devices/surface/default.nix +++ b/devices/surface/default.nix @@ -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 =