From aef1f57a0749033800035a3695c536365968ac3e Mon Sep 17 00:00:00 2001 From: "Casper V. Kristensen" Date: Sun, 30 Jun 2024 19:28:31 +0200 Subject: [PATCH] hardware.amdgpu.amdvlk See https://github.com/NixOS/nixos-hardware/pull/977. --- hosts/omega/hardware.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/hosts/omega/hardware.nix b/hosts/omega/hardware.nix index fae77b4..a3bc2b0 100644 --- a/hosts/omega/hardware.nix +++ b/hosts/omega/hardware.nix @@ -53,6 +53,9 @@ nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; - # nixos-hardware - hardware.amdgpu.amdvlk = true; + # GPU + hardware.amdgpu.amdvlk = { + enable = true; + support32Bit.enable = true; + }; }