mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-10 00:31:32 +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.
|
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,9 +9,7 @@
|
||||||
|
|
||||||
hardware.enableRedistributableFirmware = lib.mkDefault true;
|
hardware.enableRedistributableFirmware = lib.mkDefault true;
|
||||||
|
|
||||||
boot = {
|
services.fwupd.enable = true;
|
||||||
kernelParams = [ "i915.modeset=1" ];
|
|
||||||
};
|
|
||||||
|
|
||||||
hardware.nvidia.prime = {
|
hardware.nvidia.prime = {
|
||||||
intelBusId = "PCI:0:2:0";
|
intelBusId = "PCI:0:2:0";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue