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 6b79aa8fca
commit fd31675cac

View File

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