Skip to content

Commit

Permalink
dell-precision-5560: enable fwupd
Browse files Browse the repository at this point in the history
  • Loading branch information
matdibu committed Dec 18, 2024
1 parent 6828304 commit 73866b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions dell/precision/5560/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,3 @@ boot.extraModprobeConfig = ''
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.
```nix
services.fwupd.enable = true;
```
2 changes: 2 additions & 0 deletions dell/precision/5560/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

hardware.enableRedistributableFirmware = lib.mkDefault true;

services.fwupd.enable = true;

hardware.nvidia.prime = {
intelBusId = "PCI:0:2:0";
nvidiaBusId = "PCI:1:0:0";
Expand Down

0 comments on commit 73866b4

Please sign in to comment.