Merge pull request #296164 from bubuntux/ivsc-option

Add ivsc-firmware to ipu6 option
This commit is contained in:
Jörg Thalheim 2024-03-16 16:14:05 +01:00 committed by GitHub
commit 56db90d274
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"