From 667ca9bfc0f08342af2f1b7489d5874865ef1ef0 Mon Sep 17 00:00:00 2001 From: samoht9277 Date: Wed, 7 Feb 2024 15:37:45 -0300 Subject: [PATCH] Added config. --- nixos-infect | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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