refactor(prettify-log): regex performance

This commit is contained in:
2025-02-06 14:39:39 +00:00
parent 132724faa1
commit 26719f232c
4 changed files with 30 additions and 25 deletions

View File

@@ -137,10 +137,10 @@
virtualisation.vmVariant.virtualisation = {
qemu.options = [
"-nographic"
"-display" "curses"
"-append" "console=ttyS0"
"-serial" "mon:stdio"
"-vga" "qxl"
"-display curses"
"-append console=ttyS0"
"-serial mon:stdio"
"-vga qxl"
];
forwardPorts = [
{ from = "host"; host.port = 40500; guest.port = 22; }