mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-23 04:08:28 +01:00
Compare commits
No commits in common. "3c4ebe16871016e050e9a0ee626273fad2f7f4e4" and "29032e12326c01d4373e5ec8aee2b10b72709239" have entirely different histories.
3c4ebe1687
...
29032e1232
6 changed files with 2 additions and 9 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue