mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 23:29:08 +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";
|
||||
|
||||
boot = {
|
||||
kernelModules = [ "kvm-intel" ];
|
||||
kernelModules = [
|
||||
"kvm-intel"
|
||||
"k10temp"
|
||||
"nct6775"
|
||||
];
|
||||
initrd.availableKernelModules = [
|
||||
"xhci_pci"
|
||||
"ahci"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue