set systemdboot console text to auto (bigger)
This commit is contained in:
7
extra-systemdboot.nix
Normal file
7
extra-systemdboot.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
##### systemd boot use bigger console text #####
|
||||
|
||||
boot.loader.systemd-boot.consoleMode = auto;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user