treewide: drop hardware.amdgpu.amdvlk option

This is now provided in nixpkgs (see https://github.com/NixOS/nixpkgs/pull/318175).
This commit is contained in:
K900 2024-06-13 09:51:03 +03:00
parent 9e848e173c
commit 291c3ee610
4 changed files with 8 additions and 41 deletions

View file

@ -5,9 +5,6 @@
services.xserver.videoDrivers = [ "nvidia" ];
hardware = {
nvidia.prime.offload.enable = false;
amdgpu = {
amdvlk = false;
opencl = false;
};
amdgpu.opencl = false;
};
}
}