16ach6h: Do not duplicate nvidia config

This commit is contained in:
4JX 2024-01-19 19:37:12 +01:00 committed by mergify[bot]
parent 3b54f86b53
commit 58b17dc234
1 changed files with 2 additions and 9 deletions

View File

@ -6,13 +6,6 @@
specialisation.ddg.configuration = {
# This specialisation is for the case where "DDG" (Dual-Direct GFX, A hardware feature that can enable in bios) is enabled, since the amd igpu is blocked at hardware level and the built-in display is directly connected to the dgpu, we no longer need the amdgpu and prime configuration.
system.nixos.tags = [ "Dual-Direct-GFX-Mode" ];
services.xserver.videoDrivers = [ "nvidia" ]; # This will override services.xserver.videoDrivers = lib.mkDefault [ "amdgpu" "nvidia" ];
hardware = {
nvidia.prime.offload.enable = false;
amdgpu = {
amdvlk = false;
opencl = false;
};
};
imports = [ ./nvidia ];
};
}
}