diff --git a/configuration.nix b/configuration.nix index a4beae2..ff81ece 100644 --- a/configuration.nix +++ b/configuration.nix @@ -16,6 +16,7 @@ boot.loader = { systemd-boot.enable = true; + systemd-boot.consoleMode = "0"; }; boot.binfmt.emulatedSystems = [ "aarch64-linux" ];