mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-23 16:38:27 +01:00
Compare commits
No commits in common. "730c58eaa04252313a3f14fdee04350610db478b" and "4505d4c3ec703203853f4e3aa338b9771fd2941d" have entirely different histories.
730c58eaa0
...
4505d4c3ec
1 changed files with 1 additions and 5 deletions
|
|
@ -5,11 +5,7 @@
|
|||
nixpkgs.hostPlatform = "x86_64-linux";
|
||||
|
||||
boot = {
|
||||
kernelModules = [
|
||||
"kvm-intel"
|
||||
"coretemp"
|
||||
"it87"
|
||||
];
|
||||
kernelModules = [ "kvm-intel" ];
|
||||
initrd.availableKernelModules = [
|
||||
"xhci_pci"
|
||||
"ahci"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue