[nvidia] Add comments
This commit is contained in:
parent
6ef7e0aef8
commit
749e18793d
1 changed files with 3 additions and 0 deletions
|
@ -42,9 +42,12 @@ in {
|
||||||
driSupport = true;
|
driSupport = true;
|
||||||
driSupport32Bit = true;
|
driSupport32Bit = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
nvidia = {
|
nvidia = {
|
||||||
|
# Use the NVidia open source kernel module
|
||||||
open = false;
|
open = false;
|
||||||
package = config.boot.kernelPackages.nvidiaPackages.stable;
|
package = config.boot.kernelPackages.nvidiaPackages.stable;
|
||||||
|
# Modesetting is required.
|
||||||
modesetting.enable = true;
|
modesetting.enable = true;
|
||||||
nvidiaSettings = cfg.gui-settings;
|
nvidiaSettings = cfg.gui-settings;
|
||||||
powerManagement = {
|
powerManagement = {
|
||||||
|
|
Loading…
Reference in a new issue