about summary refs log tree commit diff stats
path: root/hosts
diff options
context:
space:
mode:
authorene <ene@sils.com>2023-04-03 09:12:33 +0200
committerene <ene@sils.com>2023-04-03 09:12:33 +0200
commit3dce4c160f5f4d139d81ca25856b4a36f23a4b71 (patch)
treec1fa3c51e97d632553e6a60ad85827c87d64fd4e /hosts
parentFix(system/services/nix): Use real names (diff)
downloadnixos-config-3dce4c160f5f4d139d81ca25856b4a36f23a4b71.tar.gz
nixos-config-3dce4c160f5f4d139d81ca25856b4a36f23a4b71.zip
Fix(hosts/tiamat/gpu): Remove driver package
The intel-media thing exists, but amd has nothing comparable.
Diffstat (limited to 'hosts')
-rw-r--r--hosts/tiamat/hardware/gpu.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/hosts/tiamat/hardware/gpu.nix b/hosts/tiamat/hardware/gpu.nix
index 6a28eaa4..8d1c077b 100644
--- a/hosts/tiamat/hardware/gpu.nix
+++ b/hosts/tiamat/hardware/gpu.nix
@@ -19,8 +19,7 @@
       vaapiVdpau
       libvdpau-va-gl
 
-       amdvlk # or directly through mesa
-       amd-media-driver # libva
+      amdvlk # or directly through mesa
     ];
   };
 }