mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 22:29:06 +01:00
srv-core: Install out of tree kernel module it87
This commit is contained in:
parent
c95fc0be11
commit
5c2647ca56
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
{ inputs, ... }:
|
{ config, inputs, ... }:
|
||||||
{
|
{
|
||||||
imports = [ inputs.nixos-hardware.nixosModules.hardkernel-odroid-h4 ];
|
imports = [ inputs.nixos-hardware.nixosModules.hardkernel-odroid-h4 ];
|
||||||
|
|
||||||
|
|
@ -10,6 +10,7 @@
|
||||||
"coretemp"
|
"coretemp"
|
||||||
"it87"
|
"it87"
|
||||||
];
|
];
|
||||||
|
extraModulePackages = [ config.boot.kernelPackages.it87 ];
|
||||||
initrd.availableKernelModules = [
|
initrd.availableKernelModules = [
|
||||||
"xhci_pci"
|
"xhci_pci"
|
||||||
"ahci"
|
"ahci"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue