mirror of
https://github.com/NixOS/nixos-hardware
synced 2025-02-05 15:45:05 +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
2 changed files with 1 additions and 6 deletions
|
@ -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…
Add table
Reference in a new issue