Compare commits

...

2 commits

View file

@ -1,4 +1,4 @@
{ inputs, ... }:
{ config, inputs, ... }:
{
imports = [ inputs.nixos-hardware.nixosModules.hardkernel-odroid-h4 ];
@ -10,6 +10,8 @@
"coretemp"
"it87"
];
extraModulePackages = [ config.boot.kernelPackages.it87 ];
extraModprobeConfig = "options it87 force_id=0x8613";
initrd.availableKernelModules = [
"xhci_pci"
"ahci"