summary refs log tree commit diff
path: root/nixos/modules/hardware/video/radeon.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/hardware/video/radeon.nix')
-rw-r--r--nixos/modules/hardware/video/radeon.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/modules/hardware/video/radeon.nix b/nixos/modules/hardware/video/radeon.nix
new file mode 100644
index 00000000000..c92b7a0509d
--- /dev/null
+++ b/nixos/modules/hardware/video/radeon.nix
@@ -0,0 +1,3 @@
+{
+  hardware.enableRedistributableFirmware = true;
+}