feat(hardware): Update the bootloader config and monitors

This commit is contained in:
uttarayan21
2024-04-15 08:11:46 +05:30
parent 8628d6917b
commit 7314afb7b3
2 changed files with 3 additions and 2 deletions

View File

@@ -96,8 +96,8 @@
user = "servius";
isNix = true;
monitors = {
primary = "DP-1";
secondary = "DP-4";
primary = "DP-3";
secondary = "DP-1";
};
}
{

View File

@@ -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;