Add ivsc-firmware to ipu6 option
This commit is contained in:
parent
2dd8b30c33
commit
811872a489
1 changed files with 4 additions and 1 deletions
|
@ -30,7 +30,10 @@ in
|
|||
ipu6-drivers
|
||||
];
|
||||
|
||||
hardware.firmware = [ pkgs.ipu6-camera-bins ];
|
||||
hardware.firmware = with pkgs; [
|
||||
ipu6-camera-bins
|
||||
ivsc-firmware
|
||||
];
|
||||
|
||||
services.udev.extraRules = ''
|
||||
SUBSYSTEM=="intel-ipu6-psys", MODE="0660", GROUP="video"
|
||||
|
|
Loading…
Reference in a new issue