nixos/nvidia: fix typo in PRIME/nvidiaBusID assertion

This commit is contained in:
seth 2023-06-21 17:51:59 -04:00
parent 13f34826d8
commit 18aeed351a
No known key found for this signature in database
GPG key ID: D31BD0D494BBEE86

View file

@ -265,7 +265,7 @@ in
{
assertion = primeEnabled -> pCfg.nvidiaBusId != "" && (pCfg.intelBusId != "" || pCfg.amdgpuBusId != "");
message = ''
When NVIDIA PRIME is enabled, the GPU bus IDs must configured.
When NVIDIA PRIME is enabled, the GPU bus IDs must be configured.
'';
}