odroidh2p-0: manual installation
This commit is contained in:
parent
284b5859a9
commit
905d086e4f
9 changed files with 296 additions and 0 deletions
10
nix/os/devices/odroidh2p-0/boot.nix
Normal file
10
nix/os/devices/odroidh2p-0/boot.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ lib
|
||||
, config
|
||||
, ...
|
||||
}:
|
||||
|
||||
{
|
||||
boot.extraModulePackages = [
|
||||
config.boot.kernelPackages.r8125
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue