Teste
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
{ config, lib, inputs, pkgs, ... }: {
|
||||
|
||||
services.xserver.videoDrivers = [ "nvidia" ];
|
||||
hardware = {
|
||||
graphics.enable = true;
|
||||
nvidia.open = false;
|
||||
nvidia.package = config.boot.kernelPackages.nvidiaPackages.production;
|
||||
#nvidia.package = config.boot.kernelPackages.nvidiaPackages.beta;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user