diff --git a/hosts/rpi-netboot/default.nix b/hosts/rpi-netboot/default.nix index 8897814e..d9153a36 100644 --- a/hosts/rpi-netboot/default.nix +++ b/hosts/rpi-netboot/default.nix @@ -12,7 +12,7 @@ hq.journalToMqtt = false; }; - boot.kernelParams = [ "verbose" ]; + boot.kernelParams = [ "verbose" "console=tty0" ]; swapDevices = [ ];