1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2025-01-12 03:49:47 +01:00

dell-precision-5560: enable fwupd

This commit is contained in:
Matei Dibu 2024-12-18 12:37:41 +02:00
parent 6828304671
commit 73866b4326
2 changed files with 2 additions and 3 deletions

View file

@ -15,6 +15,3 @@ boot.extraModprobeConfig = ''
And you should decide what you want to do with the NVIDIA GPU, either sync or offload. 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. Fwupd works, you can update the BIOS and DBX.
```nix
services.fwupd.enable = true;
```

View file

@ -9,6 +9,8 @@
hardware.enableRedistributableFirmware = lib.mkDefault true; hardware.enableRedistributableFirmware = lib.mkDefault true;
services.fwupd.enable = true;
hardware.nvidia.prime = { hardware.nvidia.prime = {
intelBusId = "PCI:0:2:0"; intelBusId = "PCI:0:2:0";
nvidiaBusId = "PCI:1:0:0"; nvidiaBusId = "PCI:1:0:0";