diff --git a/devices/surface/default.nix b/devices/surface/default.nix index 6dc4caa4..224f1e33 100644 --- a/devices/surface/default.nix +++ b/devices/surface/default.nix @@ -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"; };