Compare commits

..

2 commits

View file

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