From d195436aea618a35b99cb2aa7fbb39bfc4cc6a26 Mon Sep 17 00:00:00 2001 From: clerie Date: Tue, 7 Dec 2021 19:18:01 +0100 Subject: [PATCH] show me what broke on deploy --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index e42623a..47e81f8 100755 --- a/deploy.sh +++ b/deploy.sh @@ -10,7 +10,7 @@ fi cmd=" \ nixos-rebuild switch \ - -I nixos-config=hosts/${DEPLOY_HOST}/configuration.nix \ + -I nixos-config=hosts/${DEPLOY_HOST}/configuration.nix --show-trace\ " if [ -z $DEPLOY_ADDRESS ] || [ $DEPLOY_ADDRESS = "-" ]; then