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 ca41af8..a17ef77 100644 --- a/dell/precision/5560/default.nix +++ b/dell/precision/5560/default.nix @@ -9,6 +9,8 @@ hardware.enableRedistributableFirmware = lib.mkDefault true; + services.fwupd.enable = true; + hardware.nvidia.prime = { intelBusId = "PCI:0:2:0"; nvidiaBusId = "PCI:1:0:0";