From 12921700abb804b09a5aa1a27c760a1f9532eeb1 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Fri, 20 Dec 2024 13:00:55 +0100 Subject: [PATCH] test-vm: Echo help message for shutdown alias --- hosts/test-vm/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/test-vm/configuration.nix b/hosts/test-vm/configuration.nix index f28867c..b78f109 100644 --- a/hosts/test-vm/configuration.nix +++ b/hosts/test-vm/configuration.nix @@ -34,6 +34,8 @@ # Resize terminal to host terminal size environment.loginShellInit = '' ${pkgs.xterm}/bin/resize + + echo alias 'sd' can be used to shutdown the VM ''; environment.interactiveShellInit = ''