test-vm: Resize terminal to host terminal size

This commit is contained in:
Alexander Heldt
2024-11-09 10:39:54 +01:00
parent fd31675cac
commit 94aef10d67

View File

@@ -31,6 +31,11 @@
}; };
}; };
# Resize terminal to host terminal size
environment.loginShellInit = ''
${pkgs.xterm}/bin/resize
'';
environment.interactiveShellInit = '' environment.interactiveShellInit = ''
alias sd='sudo shutdown now' alias sd='sudo shutdown now'
''; '';