hardware.amdgpu.amdvlk
See https://github.com/NixOS/nixos-hardware/pull/977.
This commit is contained in:
parent
abd59c27fc
commit
aef1f57a07
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue