Compare commits

...

2 commits

View file

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