1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-10-18 19:07:23 +02:00
nixos-hardware/dell/precision/5560
2024-09-27 18:45:07 +03:00
..
default.nix dell-precision-5560: remove redundant config 2024-09-27 18:45:07 +03:00
README.md dell-precision-5560: add README 2024-09-23 15:57:33 +03:00

Dell Precision 5560

  • Intel i7-11800H
  • 00:02.0 VGA compatible controller [0300]: Intel Corporation TigerLake-H GT1 [UHD Graphics] [8086:9a60] (rev 01)
  • 01:00.0 3D controller [0302]: NVIDIA Corporation TU117GLM [T1200 Laptop GPU] [10de:1fbc] (rev a1)

If you want to use the new Intel Xe driver, add this to your config:

boot.extraModprobeConfig = ''
  options xe force_probe=9a60
  options i915 force_probe=!9a60
'';

And you should decide what you want to do with the NVIDIA GPU, either sync or offload.

Fwupd works, you can update the BIOS and DBX.

services.fwupd.enable = true;