about summary refs log tree commit diff stats
path: root/hosts
diff options
context:
space:
mode:
authorene <ene@sils.li>2023-03-04 17:21:00 +0100
committerene <ene@sils.li>2023-03-04 17:21:00 +0100
commite610cd40eed926460dedf67515c88a3ce5665146 (patch)
treea184727717ae1b0432d041b5316a0ada49b27f4b /hosts
parentFix(hosts/mammon_on_vm)!: Delete (diff)
downloadnixos-config-e610cd40eed926460dedf67515c88a3ce5665146.tar.gz
nixos-config-e610cd40eed926460dedf67515c88a3ce5665146.zip
Fix(host/lahmu): Remove useless (?) gpu stuff
Diffstat (limited to 'hosts')
-rw-r--r--hosts/lahmu/hardware/gpu.nix16
1 files changed, 8 insertions, 8 deletions
diff --git a/hosts/lahmu/hardware/gpu.nix b/hosts/lahmu/hardware/gpu.nix
index c3df51ae..9e6ab9e4 100644
--- a/hosts/lahmu/hardware/gpu.nix
+++ b/hosts/lahmu/hardware/gpu.nix
@@ -4,12 +4,12 @@
   lib,
   ...
 }: {
-  hardware.opengl.extraPackages = with pkgs; [
-    rocm-opencl-icd # open-cl
-    amdvlk # or directly through mesa
-    amd-media-driver # libva
-  ];
-
-  # Force radv, TODO is this logical?
-  environment.variables.AMD_VULKAN_ICD = "RADV";
+#   hardware.opengl.extraPackages = with pkgs; [
+#     rocm-opencl-icd # open-cl
+#     amdvlk # or directly through mesa
+#     amd-media-driver # libva
+#   ];
+#
+#   # Force radv, TODO is this logical?
+#   environment.variables.AMD_VULKAN_ICD = "RADV";
 }