From f12ef426762049bba3db8c9887d2d094bc605da6 Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Tue, 15 Jun 2021 22:55:42 -0400 Subject: [PATCH] neo: 5700XT boot fix --- hosts/neo/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/neo/configuration.nix b/hosts/neo/configuration.nix index 810f195..c3b46b0 100644 --- a/hosts/neo/configuration.nix +++ b/hosts/neo/configuration.nix @@ -24,6 +24,7 @@ boot = { loader.systemd-boot.enable = true; loader.efi.canTouchEfiVariables = true; + kernelParams = map (x: "video=DP-${x}:1280x720@60") [ "0" "1" "2" ]; }; fileSystems = {