modules - fix nvidia drivers module
This commit is contained in:
parent
da0976b92b
commit
8ee06bda7b
|
@ -24,9 +24,9 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
enableOffloadCmd = true;
|
enableOffloadCmd = true;
|
||||||
};
|
};
|
||||||
# make sure to use the correct BusID values for your system!!!
|
# Make sure to use the correct Bus ID values for your system!
|
||||||
intelBusID = "${cfg.intelBusID}";
|
intelBusId = "${cfg.intelBusID}";
|
||||||
nvidiaBusID = "${cfg.nvidiaBusID}";
|
nvidiaBusId = "${cfg.nvidiaBusID}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue