modules - fix nvidia drivers module

This commit is contained in:
shynd 2025-02-20 18:29:40 +01:00
parent da0976b92b
commit 8ee06bda7b
1 changed files with 3 additions and 3 deletions

View File

@ -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}";
}; };
}; };
}; };