mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
levi: fix nvidia mux
This commit is contained in:
parent
c793320e1a
commit
536a7022c6
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ let
|
||||||
# requires BIOS setting changes, which is annoying.
|
# requires BIOS setting changes, which is annoying.
|
||||||
#
|
#
|
||||||
boot.kernelParams = [ "module_blacklist=i915" ];
|
boot.kernelParams = [ "module_blacklist=i915" ];
|
||||||
|
services.xserver.displayManager.gdm.wayland = false;
|
||||||
services.xserver.videoDrivers = [ "nvidia" ];
|
services.xserver.videoDrivers = [ "nvidia" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue