Compare commits

..

No commits in common. "3c4ebe16871016e050e9a0ee626273fad2f7f4e4" and "29032e12326c01d4373e5ec8aee2b10b72709239" have entirely different histories.

6 changed files with 2 additions and 9 deletions

View file

@ -1,15 +1,8 @@
{ inputs, ... }:
{
imports = [ inputs.nixos-hardware.nixosModules.hardkernel-odroid-h4 ];
_: {
nixpkgs.hostPlatform = "x86_64-linux";
boot = {
kernelModules = [
"kvm-intel"
"k10temp"
"nct6775"
];
kernelModules = [ "kvm-intel" ];
initrd.availableKernelModules = [
"xhci_pci"
"ahci"