summaryrefslogtreecommitdiffstats
path: root/nixos/modules/hardware
diff options
context:
space:
mode:
authorJulio Gutierrez <413330+bubuntux@users.noreply.github.com>2024-03-15 09:29:46 -0500
committerJulio Gutierrez <413330+bubuntux@users.noreply.github.com>2024-03-15 09:29:46 -0500
commit811872a489f6ca41809f16a6032658894edf53c2 (patch)
treedc700f948d0640faa75e87752e601de7be5a3afc /nixos/modules/hardware
parent2dd8b30c330af5f09b7dcb924940ae0f5188e692 (diff)
Add ivsc-firmware to ipu6 option
Diffstat (limited to 'nixos/modules/hardware')
-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 c2dbdc217bd6..a7767e446bd4 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"