summary refs log tree commit diff
path: root/nixos/modules/hardware/video/radeon.nix
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2017-05-08 08:50:03 +0100
committerJörg Thalheim <joerg@thalheim.io>2017-05-09 15:29:08 +0100
commit05aa80c06ab45da7c44b6bf1b858a87815665c71 (patch)
tree50a2aeffc0417ef57fe24c97183dc1112968d8d3 /nixos/modules/hardware/video/radeon.nix
parent6e738df1763d5fe94e55348635270b26d08b71d2 (diff)
downloadnixpkgs-05aa80c06ab45da7c44b6bf1b858a87815665c71.tar
nixpkgs-05aa80c06ab45da7c44b6bf1b858a87815665c71.tar.gz
nixpkgs-05aa80c06ab45da7c44b6bf1b858a87815665c71.tar.bz2
nixpkgs-05aa80c06ab45da7c44b6bf1b858a87815665c71.tar.lz
nixpkgs-05aa80c06ab45da7c44b6bf1b858a87815665c71.tar.xz
nixpkgs-05aa80c06ab45da7c44b6bf1b858a87815665c71.tar.zst
nixpkgs-05aa80c06ab45da7c44b6bf1b858a87815665c71.zip
hardware: add enableRedistributalFirmware
Due the recent inclusion of broadcom-bt-firmware in enableAllFirmware,
it was required to set `nixpkgs.config.allowUnfree` to obtain the full
list. To make this dependency more explicit an assertion is added and an
alternative option `enableRedistributalFirmware` is provided to only
obtain firmware with an license allowing redistribution.
Diffstat (limited to 'nixos/modules/hardware/video/radeon.nix')
-rw-r--r--nixos/modules/hardware/video/radeon.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/hardware/video/radeon.nix b/nixos/modules/hardware/video/radeon.nix
index 8fecdae36bf..e0bd16a3483 100644
--- a/nixos/modules/hardware/video/radeon.nix
+++ b/nixos/modules/hardware/video/radeon.nix
@@ -1,3 +1,3 @@
 {
-  hardware.enableAllFirmware = true;
+  hardware.enableRedistributalFirmware = true;
 }