mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 15:29: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 = {
|
boot = {
|
||||||
kernelModules = [
|
kernelModules = [
|
||||||
"kvm-intel"
|
"kvm-intel"
|
||||||
"k10temp"
|
"coretemp"
|
||||||
"nct6775"
|
"it87"
|
||||||
];
|
];
|
||||||
initrd.availableKernelModules = [
|
initrd.availableKernelModules = [
|
||||||
"xhci_pci"
|
"xhci_pci"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue