From 41f5c9e3f88e6088934488796a2fcabdc65f0f81 Mon Sep 17 00:00:00 2001 From: Matt Layher Date: Mon, 31 Jan 2022 20:38:55 -0500 Subject: [PATCH] nixos/lib: enable firmware updates on all machines Signed-off-by: Matt Layher --- nixos/lib/system.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos/lib/system.nix b/nixos/lib/system.nix index a3d839b..855cd70 100644 --- a/nixos/lib/system.nix +++ b/nixos/lib/system.nix @@ -78,6 +78,9 @@ in { ]; }; + # Enable firmware updates when possible. + hardware.enableRedistributableFirmware = true; + nix = { # Automatic Nix GC. gc = {