neo: 5700XT boot fix

This commit is contained in:
Sean Buckley 2021-06-15 22:55:42 -04:00
parent 68c709996f
commit f12ef42676

View file

@ -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 = {