about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2024-03-16 16:14:05 +0100
committerGitHub <noreply@github.com>2024-03-16 16:14:05 +0100
commit56db90d274a9ca99c4bcf113e68bacbec0efeed0 (patch)
treed29db78f1d38261f7a5abde0416f1abd4ecb2e23 /nixos
parentf819b21e898b4795017bcafac5be0f386d31c1cc (diff)
parent811872a489f6ca41809f16a6032658894edf53c2 (diff)
Merge pull request #296164 from bubuntux/ivsc-option
Add ivsc-firmware to ipu6 option
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/hardware/video/webcam/ipu6.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/nixos/modules/hardware/video/webcam/ipu6.nix b/nixos/modules/hardware/video/webcam/ipu6.nix
index c2dbdc217bd60..a7767e446bd4f 100644
--- a/nixos/modules/hardware/video/webcam/ipu6.nix
+++ b/nixos/modules/hardware/video/webcam/ipu6.nix
@@ -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"