diff --git a/config/modules/system76-pc.nix b/config/modules/system76-pc.nix index ec3c4f2..61e8603 100644 --- a/config/modules/system76-pc.nix +++ b/config/modules/system76-pc.nix @@ -11,6 +11,7 @@ # Bootloader. boot.loader.systemd-boot.enable = true; + boot.loader.systemd-boot.consoleMode = "auto"; boot.loader.efi.canTouchEfiVariables = true; boot.initrd.systemd.enable = true;