mirror of
https://github.com/NixOS/nixos-hardware
synced 2025-01-26 18:55:00 +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.
|
||||
|
||||
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…
Add table
Reference in a new issue