mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 04:19:22 +08:00
devices.surface: use cachyos kernel
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user