fix(hardware): use zenergy only in hardware specific code
This commit is contained in:
parent
c63ca05471
commit
65f568d1e7
3 changed files with 10 additions and 6 deletions
|
@ -8,12 +8,10 @@
|
|||
boot.initrd.kernelModules = [
|
||||
"amdgpu"
|
||||
"v4l2loopback"
|
||||
"zenergy"
|
||||
];
|
||||
|
||||
boot.extraModulePackages = [
|
||||
config.boot.kernelPackages.v4l2loopback
|
||||
config.boot.kernelPackages.zenergy
|
||||
];
|
||||
|
||||
boot.extraModprobeConfig = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue