From 4eb81a24552c6c39c00a6197779073874bcd350f Mon Sep 17 00:00:00 2001 From: Adam Rabjerg Date: Tue, 18 Oct 2022 21:29:23 +0200 Subject: [PATCH] systemd-boot console mode should be string. --- extra-systemdboot.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra-systemdboot.nix b/extra-systemdboot.nix index bba3159..afafb28 100644 --- a/extra-systemdboot.nix +++ b/extra-systemdboot.nix @@ -2,7 +2,7 @@ { ##### systemd boot use bigger console text ##### -boot.loader.systemd-boot.consoleMode = max; +boot.loader.systemd-boot.consoleMode = "max"; # The resolution of the console. The following values are valid: # "0": Standard UEFI 80x25 mode