···1414 boot = {
1515 loader = {
1616 systemd-boot.enable = true;
1717- systemd-boot.configurationLimit = 32;
1717+ systemd-boot.configurationLimit = 30;
1818 efi.canTouchEfiVariables = true;
1919 };
2020 initrd.availableKernelModules = ["nvme" "xhci_pci" "ahci" "usb_storage" "usbhid" "sd_mod"];
2121 initrd.kernelModules = ["amdgpu"];
2222 kernelModules = ["kvm-amd"];
2323 kernelParams = [
2424- "video=DP-1:1920x1080@144" # /sys/class/drm/card0-DP-1/status 143.85 Hz
2525- "video=DP-2:1920x1080@144" # /sys/class/drm/card0-DP-2/status
2626- # "video=DP-3:1920x1080@144" # /sys/class/drm/card0-DP-3/status disconnected
2727- "video=HDMI-A-1:1920x1080@60" # /sys/class/drm/card0-HDMI-A-1/status
2424+ # "video=DP-1:1920x1080@144" # /sys/class/drm/card0-DP-1/status 143.85 Hz
2525+ # "video=DP-2:1920x1080@144" # /sys/class/drm/card0-DP-2/status
2626+ # # "video=DP-3:1920x1080@144" # /sys/class/drm/card0-DP-3/status disconnected
2727+ # "video=HDMI-A-1:1920x1080@60" # /sys/class/drm/card0-HDMI-A-1/status
2828 # To figure out the connector names, execute the following command while your monitors are connected:
2929 # head /sys/class/drm/*/status
3030- "boot.shell_on_fail" # Drop to root shell on boot failure
3131- "quiet" # Silences boot messages
3232- "rd.systemd.show_status=false" # Silences successful systemd messages from the initrd
3333- "rd.udev.log_level=3" # Silence systemd version number in initrd
3434- "udev.log_priority=3" # Silence systemd version number
3535- "boot.shell_on_fail" # If booting fails drop us into a shell where we can investigate
3636- "splash" # Show a splash screen
3737- "bgrt_disable" # Don't display the OEM logo after loading the ACPI tables
3838- "plymouth.use-simpledrm" # Use simple DRM backend for Plymouth
3030+# "quiet" # Silences boot messages
3131+# "rd.systemd.show_status=false" # Silences successful systemd messages from the initrd
3232+# "rd.udev.log_level=3" # Silence systemd version number in initrd
3333+# "udev.log_priority=3" # Silence systemd version number
3434+# "boot.shell_on_fail" # If booting fails drop us into a shell where we can investigate
3535+# "splash" # Show a splash screen
3636+# "bgrt_disable" # Don't display the OEM logo after loading the ACPI tables
3737+# "plymouth.use-simpledrm" # Use simple DRM backend for Plymouth
3938 ];
4039 };
4140 teq.nixos = {