test-vm: Add alias of shutting down the VM

This commit is contained in:
Alexander Heldt
2024-11-09 10:39:28 +01:00
parent 045bfd269b
commit 943db9b011

View File

@@ -31,6 +31,10 @@
};
};
environment.interactiveShellInit = ''
alias sd='sudo shutdown now'
'';
environment.systemPackages = [ ];
system.stateVersion = "24.05";