Add files via upload
This commit is contained in:
committed by
GitHub
parent
1219494d13
commit
3c5d19c060
@@ -0,0 +1,9 @@
|
||||
{ config, lib, inputs, pkgs, ... }: {
|
||||
|
||||
## Configuração do driver NVIDIA
|
||||
hardware.graphics.enable = true;
|
||||
services.xserver.videoDrivers = [ "nvidia" ];
|
||||
hardware.nvidia.open = false;
|
||||
hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.beta;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user