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
+1 -1
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
{