mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-23 17:48:28 +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";
|
nixpkgs.hostPlatform = "x86_64-linux";
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
kernelModules = [
|
kernelModules = [ "kvm-intel" ];
|
||||||
"kvm-intel"
|
|
||||||
"coretemp"
|
|
||||||
"it87"
|
|
||||||
];
|
|
||||||
initrd.availableKernelModules = [
|
initrd.availableKernelModules = [
|
||||||
"xhci_pci"
|
"xhci_pci"
|
||||||
"ahci"
|
"ahci"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue