nixos/nvidia: use correct attribute

This commit is contained in:
Kiskae 2023-04-01 20:24:02 +02:00 committed by GitHub
parent c0df1f8f41
commit 0491659cd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ let
nvidiaSettings = cfg.nvidiaSettings;
busIDType = types.strMatching "([[:print:]]+[\:\@][0-9]{1,3}\:[0-9]{1,2}\:[0-9])?";
ibtSupport = cfg.open || (nvidia.ibtSupport or false);
ibtSupport = cfg.open || (nvidia_x11.ibtSupport or false);
in
{