diff --git a/hosts/test-vm/configuration.nix b/hosts/test-vm/configuration.nix index 2ff717f..90dc570 100644 --- a/hosts/test-vm/configuration.nix +++ b/hosts/test-vm/configuration.nix @@ -31,6 +31,10 @@ }; }; + environment.interactiveShellInit = '' + alias sd='sudo shutdown now' + ''; + environment.systemPackages = [ ]; system.stateVersion = "24.05";