[nvidia] Add comments

This commit is contained in:
Tibo De Peuter 2024-06-21 08:56:09 +02:00
parent 6ef7e0aef8
commit 749e18793d
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2

View file

@ -42,9 +42,12 @@ in {
driSupport = true;
driSupport32Bit = true;
};
nvidia = {
# Use the NVidia open source kernel module
open = false;
package = config.boot.kernelPackages.nvidiaPackages.stable;
# Modesetting is required.
modesetting.enable = true;
nvidiaSettings = cfg.gui-settings;
powerManagement = {