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; };