Compare commits

..

No commits in common. "730c58eaa04252313a3f14fdee04350610db478b" and "4505d4c3ec703203853f4e3aa338b9771fd2941d" have entirely different histories.

View file

@ -5,11 +5,7 @@
nixpkgs.hostPlatform = "x86_64-linux";
boot = {
kernelModules = [
"kvm-intel"
"coretemp"
"it87"
];
kernelModules = [ "kvm-intel" ];
initrd.availableKernelModules = [
"xhci_pci"
"ahci"