cleanup nvidia, fix warning
This commit is contained in:
parent
942628f3d7
commit
68185d0dd5
2 changed files with 3 additions and 5 deletions
|
|
@ -99,10 +99,8 @@
|
|||
hardware.nvidia = {
|
||||
modesetting.enable = true;
|
||||
powerManagement.enable = true;
|
||||
# package = config.boot.kernelPackages.nvidiaPackages.latest;
|
||||
# package = pkgs.linuxPackages_latest.nvidiaPackages.vulkan_beta;
|
||||
# package = pkgs.linuxPackages_latest.nvidiaPackages.latest;
|
||||
package = pkgs.linuxPackages_latest.nvidiaPackages.production;
|
||||
# options: production, beta, vulkan_beta
|
||||
package = pkgs.linuxPackages_latest.nvidiaPackages.latest;
|
||||
};
|
||||
# enable core and mem freq sliders for nvidia
|
||||
services.xserver.deviceSection = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue