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"; nixpkgs.hostPlatform = "x86_64-linux";
boot = { boot = {
kernelModules = [ kernelModules = [ "kvm-intel" ];
"kvm-intel"
"k10temp"
"nct6775"
];
initrd.availableKernelModules = [ initrd.availableKernelModules = [
"xhci_pci" "xhci_pci"
"ahci" "ahci"