diff --git a/hosts/petalburg/default.nix b/hosts/petalburg/default.nix index c9f550ef..3a14fd0b 100644 --- a/hosts/petalburg/default.nix +++ b/hosts/petalburg/default.nix @@ -33,7 +33,11 @@ loader = { efi.canTouchEfiVariables = true; - systemd-boot.enable = lib.mkForce false; + + systemd-boot = { + enable = lib.mkForce false; + consoleMode = "max"; + }; }; };