set systemdboot console text to auto (bigger)

This commit is contained in:
2022-10-18 21:24:19 +02:00
parent 4fc1db0599
commit 83ca6edef4

7
extra-systemdboot.nix Normal file
View File

@@ -0,0 +1,7 @@
{ config, pkgs, ... }:
{
##### systemd boot use bigger console text #####
boot.loader.systemd-boot.consoleMode = auto;
}