summary refs log tree commit diff
path: root/host/Rory-desktop/optional/hardware-specific/amd.nix
diff options
context:
space:
mode:
Diffstat (limited to 'host/Rory-desktop/optional/hardware-specific/amd.nix')
-rw-r--r--host/Rory-desktop/optional/hardware-specific/amd.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/host/Rory-desktop/optional/hardware-specific/amd.nix b/host/Rory-desktop/optional/hardware-specific/amd.nix
index d44766a..45bea66 100644
--- a/host/Rory-desktop/optional/hardware-specific/amd.nix
+++ b/host/Rory-desktop/optional/hardware-specific/amd.nix
@@ -21,10 +21,9 @@ boot.initrd.kernelModules = [ "amdgpu" ];
   ];
 
   hardware = {
-    opengl = {
+    graphics = {
       enable = true;
-      driSupport = true;
-      driSupport32Bit = true;
+      enable32Bit = true;
       extraPackages = with pkgs; [
         rocmPackages.clr.icd
         amdvlk