11 lines
102 B
Nix
11 lines
102 B
Nix
|
{ lib
|
||
|
, config
|
||
|
, ...
|
||
|
}:
|
||
|
|
||
|
{
|
||
|
boot.extraModulePackages = [
|
||
|
config.boot.kernelPackages.r8125
|
||
|
];
|
||
|
}
|