We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
2 parents 4fdd18a + 73866b4 commit d613cf3Copy full SHA for d613cf3
dell/precision/5560/README.md
@@ -15,6 +15,3 @@ boot.extraModprobeConfig = ''
15
And you should decide what you want to do with the NVIDIA GPU, either sync or offload.
16
17
Fwupd works, you can update the BIOS and DBX.
18
-```nix
19
-services.fwupd.enable = true;
20
-```
dell/precision/5560/default.nix
@@ -9,9 +9,7 @@
9
10
hardware.enableRedistributableFirmware = lib.mkDefault true;
11
12
- boot = {
13
- kernelParams = [ "i915.modeset=1" ];
14
- };
+ services.fwupd.enable = true;
hardware.nvidia.prime = {
intelBusId = "PCI:0:2:0";
0 commit comments