From 73866b432618e6c542f45a9057eef6d5ac9a69cb Mon Sep 17 00:00:00 2001 From: Matei Dibu Date: Wed, 18 Dec 2024 12:37:41 +0200 Subject: [PATCH] dell-precision-5560: enable fwupd --- dell/precision/5560/README.md | 3 --- dell/precision/5560/default.nix | 2 ++ 2 files changed, 2 insertions(+), 3 deletions(-) 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";