Updated nvidia offload mode to include amd drivers

This commit is contained in:
QuietSeeker 2025-06-26 19:49:43 +01:00 committed by GitHub
parent 98236410ea
commit d4b603125e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,7 @@
];
boot.kernelModules = ["amdgpu"];
services.xserver.videoDrivers = ["nvidia"];
services.xserver.videoDrivers = ["amdgpu" "nvidia"];
hardware = {
amdgpu.initrd.enable = false;