mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-09 16:16:21 +01:00
Merge pull request #1279 from matdibu/precision5560
dell-precision-5560: remove redundant config and enable fwupd
This commit is contained in:
commit
d613cf3265
|
|
@ -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;
|
||||
```
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in a new issue