use mainline linux

This commit is contained in:
Charlotte 🦝 Delenk 2024-10-08 09:48:10 +02:00
parent f04d64d48d
commit 0f5ecee18a
2 changed files with 0 additions and 4 deletions

View file

@ -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";

View file

@ -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";