mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-23 18:58: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";
|
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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue