From 8382a52fad98b40ff0260187eb6479987cde4dee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kha=C3=AFs=20COLIN?= Date: Tue, 1 Oct 2024 15:34:16 +0200 Subject: [PATCH] chore(fingerprint): try enableing more firmware options --- hardware-configuration-t470.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hardware-configuration-t470.nix b/hardware-configuration-t470.nix index ab3209b..5f6448d 100644 --- a/hardware-configuration-t470.nix +++ b/hardware-configuration-t470.nix @@ -39,4 +39,8 @@ nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; + + # enable non-free firmware + hardware.enableAllFirmware = true; + hardware.enableRedistributableFirmware = true; }