aboutsummaryrefslogtreecommitdiff
path: root/public/nixos/install.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-06-01 18:31:26 -0300
committerEuAndreh <eu@euandre.org>2019-06-01 18:31:26 -0300
commite222ccafec971380bcc88cfbf84c4749bcb2aba7 (patch)
tree7f7b6a5cf642d5c550d110145664e21f7aa8e2eb /public/nixos/install.sh
parentAdd lvm2 to install.sh nix-shell declaration (diff)
downloaddotfiles-e222ccafec971380bcc88cfbf84c4749bcb2aba7.tar.gz
dotfiles-e222ccafec971380bcc88cfbf84c4749bcb2aba7.tar.xz
Shutdown instead of rebooting after install.sh runs
Diffstat (limited to 'public/nixos/install.sh')
-rwxr-xr-xpublic/nixos/install.sh4
1 files changed, 2 insertions, 2 deletions
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