surface: add lantian patch

This commit is contained in:
陈浩南 2024-01-17 14:31:09 +08:00
parent 7e4fe4837f
commit 48f450bfe3

View File

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