mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-23 08:48:27 +01:00
Compare commits
2 commits
4505d4c3ec
...
730c58eaa0
| Author | SHA1 | Date | |
|---|---|---|---|
| 730c58eaa0 | |||
| 3c4ebe1687 |
1 changed files with 5 additions and 1 deletions
|
|
@ -5,7 +5,11 @@
|
|||
nixpkgs.hostPlatform = "x86_64-linux";
|
||||
|
||||
boot = {
|
||||
kernelModules = [ "kvm-intel" ];
|
||||
kernelModules = [
|
||||
"kvm-intel"
|
||||
"coretemp"
|
||||
"it87"
|
||||
];
|
||||
initrd.availableKernelModules = [
|
||||
"xhci_pci"
|
||||
"ahci"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue