Skip to content

Commit

Permalink
Merge pull request NixOS#1279 from matdibu/precision5560
Browse files Browse the repository at this point in the history
dell-precision-5560: remove redundant config and enable fwupd
  • Loading branch information
Mic92 authored Dec 23, 2024
2 parents 4fdd18a + 73866b4 commit d613cf3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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;
```
4 changes: 1 addition & 3 deletions dell/precision/5560/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@

hardware.enableRedistributableFirmware = lib.mkDefault true;

boot = {
kernelParams = [ "i915.modeset=1" ];
};
services.fwupd.enable = true;

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

0 comments on commit d613cf3

Please sign in to comment.