From e222ccafec971380bcc88cfbf84c4749bcb2aba7 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 1 Jun 2019 18:31:26 -0300 Subject: Shutdown instead of rebooting after install.sh runs --- public/nixos/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'public') diff --git a/public/nixos/install.sh b/public/nixos/install.sh index 1d0a717..2fb995f 100755 --- a/public/nixos/install.sh +++ b/public/nixos/install.sh @@ -140,5 +140,5 @@ yellow "Installing NixOS!" nixos-install green "Done." -yellow "Rebooting..." -reboot +yellow "Shutting down..." +shutdown now -- cgit v1.2.3