From 48f450bfe301676f02b60f1b26e8642fdce3d7ed Mon Sep 17 00:00:00 2001 From: chn Date: Wed, 17 Jan 2024 14:31:09 +0800 Subject: [PATCH] surface: add lantian patch --- devices/surface/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; };