diff --git a/nixos-infect b/nixos-infect index 9637a4a..161d6aa 100644 --- a/nixos-infect +++ b/nixos-infect @@ -2,7 +2,7 @@ # More info at: https://github.com/elitak/nixos-infect -set -e -o pipefail +set -ex -o pipefail makeConf() { # Skip everything if main config already present @@ -448,4 +448,4 @@ fi if [[ -z "$NO_REBOOT" ]]; then reboot -fi \ No newline at end of file +fi