use mainline linux
This commit is contained in:
parent
f04d64d48d
commit
0f5ecee18a
2 changed files with 0 additions and 4 deletions
|
@ -35,8 +35,6 @@
|
|||
motherboard = "amd";
|
||||
};
|
||||
|
||||
boot.kernelPackages = lib.mkForce (pkgs.linuxPackagesFor pkgs.linux_xanmod_latest);
|
||||
|
||||
fileSystems."/" = {
|
||||
device = "/dev/disk/by-uuid/23690ff2-7a65-431e-a6ee-fea0878e0bb1";
|
||||
fsType = "btrfs";
|
||||
|
|
|
@ -26,8 +26,6 @@
|
|||
boot.kernelModules = ["kvm-intel"];
|
||||
boot.extraModulePackages = [];
|
||||
|
||||
boot.kernelPackages = lib.mkForce (pkgs.linuxPackagesFor pkgs.linux_xanmod_latest);
|
||||
|
||||
fileSystems."/" = {
|
||||
device = "/dev/nvme0n1p2";
|
||||
fsType = "btrfs";
|
||||
|
|
Loading…
Reference in a new issue