test-vm: Resize terminal to host terminal size

This commit is contained in:
Alexander Heldt
2024-11-09 10:39:54 +01:00
parent 943db9b011
commit 506f0574de

View File

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