mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-03 16:57:14 +08:00
dell-precision-5560: enable fwupd
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user