levi: fix nvidia mux

This commit is contained in:
Sean Buckley 2022-11-22 10:18:22 -05:00
parent c793320e1a
commit 536a7022c6

View file

@ -45,6 +45,7 @@ let
# requires BIOS setting changes, which is annoying.
#
boot.kernelParams = [ "module_blacklist=i915" ];
services.xserver.displayManager.gdm.wayland = false;
services.xserver.videoDrivers = [ "nvidia" ];
};