diff --git a/dell/precision/5560/README.md b/dell/precision/5560/README.md index 8518cbd..16c244a 100644 --- a/dell/precision/5560/README.md +++ b/dell/precision/5560/README.md @@ -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; -``` diff --git a/dell/precision/5560/default.nix b/dell/precision/5560/default.nix index f2e3d90..a17ef77 100644 --- a/dell/precision/5560/default.nix +++ b/dell/precision/5560/default.nix @@ -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";