about summary refs log tree commit diff
path: root/machines/aszlig
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2017-06-18 01:38:34 +0200
committeraszlig <aszlig@redmoonstudios.org>2017-06-18 01:38:34 +0200
commit095bcbe4d752d7be81874fcdf1590d52b941fdea (patch)
treecb7af9e46bde598e1fbee1147d0bee48cd023b8b /machines/aszlig
parentb703865f1757d716954aa31f1fbaabc52ed4e3b3 (diff)
dnyarri: Only enable redistributable firmware
We only use the firmware blobs for the CPU microcode and the GPU, both
of them are redistributable so there is no need to enable those that
have even more licensing restrictions.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'machines/aszlig')
-rw-r--r--machines/aszlig/dnyarri.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/aszlig/dnyarri.nix b/machines/aszlig/dnyarri.nix
index 0141fe36..30103a86 100644
--- a/machines/aszlig/dnyarri.nix
+++ b/machines/aszlig/dnyarri.nix
@@ -69,7 +69,7 @@ in {
   hardware.sane.extraBackends = [ pkgs.hplip ];
 
   vuizvui.user.aszlig.system.kernel.enable = true;
-  hardware.enableAllFirmware = true;
+  hardware.enableRedistributableFirmware = true;
 
   networking.hostName = "dnyarri";