mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 20:09:07 +01:00
srv-core: Fix sensor kernel modules
This commit is contained in:
parent
3c4ebe1687
commit
730c58eaa0
1 changed files with 2 additions and 2 deletions
|
|
@ -7,8 +7,8 @@
|
|||
boot = {
|
||||
kernelModules = [
|
||||
"kvm-intel"
|
||||
"k10temp"
|
||||
"nct6775"
|
||||
"coretemp"
|
||||
"it87"
|
||||
];
|
||||
initrd.availableKernelModules = [
|
||||
"xhci_pci"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue