Skip to content

Commit d613cf3

Browse files
authored
Merge pull request #1279 from matdibu/precision5560
dell-precision-5560: remove redundant config and enable fwupd
2 parents 4fdd18a + 73866b4 commit d613cf3

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

dell/precision/5560/README.md

-3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,3 @@ boot.extraModprobeConfig = ''
1515
And you should decide what you want to do with the NVIDIA GPU, either sync or offload.
1616

1717
Fwupd works, you can update the BIOS and DBX.
18-
```nix
19-
services.fwupd.enable = true;
20-
```

dell/precision/5560/default.nix

+1-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@
99

1010
hardware.enableRedistributableFirmware = lib.mkDefault true;
1111

12-
boot = {
13-
kernelParams = [ "i915.modeset=1" ];
14-
};
12+
services.fwupd.enable = true;
1513

1614
hardware.nvidia.prime = {
1715
intelBusId = "PCI:0:2:0";

0 commit comments

Comments
 (0)