hosts/systemd-boot: try and extend console resolution

This commit is contained in:
Gabriel Fontes
2022-07-19 20:57:35 -03:00
parent 644dea0f28
commit ef01e36107
+4 -1
View File
@@ -1,6 +1,9 @@
{
boot.loader = {
systemd-boot.enable = true;
systemd-boot = {
enable = true;
consoleMode = "max";
};
efi.canTouchEfiVariables = true;
};
}