2 Commits
Author SHA1 Message Date
Jörg Thalheim a7af30e32e nixos/facter: fix ipu6 kernel version warning condition
The suspension/shutdown regression affects kernel 6.16 and later, not
just 6.16 specifically. Use versionAtLeast instead of equality check.

Also fix issue reference (372 was a separate issue) and typo.
2025-12-17 16:36:48 +01:00
Jörg Thalheim cb6d7834c5 nixos/facter: add Intel IPU6 camera support
This adds automatic detection and configuration for Intel IPU6 cameras:

This is particularly useful for modern Intel laptops (11th-14th gen) with
integrated webcams that require the intel-ipu6 drivers. Auto-configuration
eliminates manual setup for these specialized devices.

Builds on PR #463457 (input peripherals).
Part of incremental upstreaming from nixos-facter-modules.
2025-12-01 14:01:19 +01:00