feat(hardware): Update the bootloader config and monitors
This commit is contained in:
@@ -96,8 +96,8 @@
|
||||
user = "servius";
|
||||
isNix = true;
|
||||
monitors = {
|
||||
primary = "DP-1";
|
||||
secondary = "DP-4";
|
||||
primary = "DP-3";
|
||||
secondary = "DP-1";
|
||||
};
|
||||
}
|
||||
{
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
'';
|
||||
|
||||
services.xserver.videoDrivers = ["nvidia"]; # or "nvidiaLegacy470 etc.
|
||||
boot.loader.systemd-boot.consoleMode = "max";
|
||||
hardware.nvidia = {
|
||||
# Modesetting is required.
|
||||
modesetting.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user