1
0
Fork 0
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:
Jörg Thalheim 2024-12-23 12:49:20 +01:00 committed by GitHub
commit d613cf3265
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 6 deletions

View file

@ -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;
```

View file

@ -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";