Update Multi-GPU.md (#925)

This needs to be colon. Semi colon doesn't work.
This commit is contained in:
RadConMax 2025-01-03 03:58:16 -08:00 committed by GitHub
parent a7ef1fa791
commit 2115e24a22
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -80,7 +80,7 @@ including Hyprland, or default to your dGPU if you prefer.
This method ensures that the variable is properly exported to the systemd environment without conflicting with other compositors or desktop environments.
```plain
export AQ_DRM_DEVICES="/dev/dri/card0;/dev/dri/card1"
export AQ_DRM_DEVICES="/dev/dri/card0:/dev/dri/card1"
```
{{< /callout >}}