mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-23 14:38:26 +01:00
Compare commits
3 commits
29032e1232
...
3c4ebe1687
| Author | SHA1 | Date | |
|---|---|---|---|
| 3c4ebe1687 | |||
| 4505d4c3ec | |||
| 631dd7e4be |
6 changed files with 9 additions and 2 deletions
|
|
@ -1,8 +1,15 @@
|
||||||
_: {
|
{ inputs, ... }:
|
||||||
|
{
|
||||||
|
imports = [ inputs.nixos-hardware.nixosModules.hardkernel-odroid-h4 ];
|
||||||
|
|
||||||
nixpkgs.hostPlatform = "x86_64-linux";
|
nixpkgs.hostPlatform = "x86_64-linux";
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
kernelModules = [ "kvm-intel" ];
|
kernelModules = [
|
||||||
|
"kvm-intel"
|
||||||
|
"k10temp"
|
||||||
|
"nct6775"
|
||||||
|
];
|
||||||
initrd.availableKernelModules = [
|
initrd.availableKernelModules = [
|
||||||
"xhci_pci"
|
"xhci_pci"
|
||||||
"ahci"
|
"ahci"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue