nvidia uses open drivers if workstation

This commit is contained in:
Danilo Reyes 2024-10-24 10:00:05 -06:00
parent 672437ed04
commit 84bc9cddab

View File

@ -23,7 +23,7 @@
];
};
nvidia = {
open = true;
open = (config.networking.hostName == "workstation");
package = config.boot.kernelPackages.nvidiaPackages.stable;
modesetting.enable = true;
powerManagement.enable = true;