diff options
author | ene <ene@sils.com> | 2023-04-03 09:12:33 +0200 |
---|---|---|
committer | ene <ene@sils.com> | 2023-04-03 09:12:33 +0200 |
commit | 3dce4c160f5f4d139d81ca25856b4a36f23a4b71 (patch) | |
tree | c1fa3c51e97d632553e6a60ad85827c87d64fd4e /hosts | |
parent | Fix(system/services/nix): Use real names (diff) | |
download | nixos-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.nix | 3 |
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 ]; }; } |