test-vm: Resize terminal to host terminal size
This commit is contained in:
@@ -31,6 +31,11 @@
|
||||
};
|
||||
};
|
||||
|
||||
# Resize terminal to host terminal size
|
||||
environment.loginShellInit = ''
|
||||
${pkgs.xterm}/bin/resize
|
||||
'';
|
||||
|
||||
environment.interactiveShellInit = ''
|
||||
alias sd='sudo shutdown now'
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user