mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 14:40:19 +02:00
fixed too much stuff
This commit is contained in:
parent
e9adff9c68
commit
cf80eff840
5 changed files with 19 additions and 8 deletions
|
@ -1,7 +1,8 @@
|
|||
{config, pkgs, ...}:
|
||||
|
||||
{
|
||||
|
||||
boot.blacklistedKernelModules = [ "nouveau" ];
|
||||
hardware.graphics.enable = true;
|
||||
hardware.nvidia.open = true;
|
||||
services.xserver.videoDrivers = [ "nvidia" ];
|
||||
hardware.nvidia.open = false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue