From c1f2d4c8cdc425c1e75316a314d26bf9de717efe Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Wed, 14 Aug 2024 11:26:36 +0200 Subject: [PATCH] nixos-mods/hwCommon: only set hardware.enableRedistributableFirmware as new default --- nix/nixos-modules/hwCommon.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/nixos-modules/hwCommon.nix b/nix/nixos-modules/hwCommon.nix index fd19f21..b7fe0f7 100644 --- a/nix/nixos-modules/hwCommon.nix +++ b/nix/nixos-modules/hwCommon.nix @@ -80,7 +80,7 @@ in ]; - enableRedistributableFirmware = true; + enableRedistributableFirmware = lib.mkDefault true; };