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:
parent
6828304671
commit
73866b4326
2 changed files with 2 additions and 3 deletions
|
@ -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;
|
|
||||||
```
|
|
||||||
|
|
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue