mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 15:29:07 +01:00
srv-core: Explicitly enable sensor kernel modules
This commit is contained in:
parent
4505d4c3ec
commit
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"
|
||||
"k10temp"
|
||||
"nct6775"
|
||||
];
|
||||
initrd.availableKernelModules = [
|
||||
"xhci_pci"
|
||||
"ahci"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue