diff --git a/bin/deploy b/bin/deploy index a1dbd35..1dc4165 100755 --- a/bin/deploy +++ b/bin/deploy @@ -27,7 +27,7 @@ rebuild() { return 0 fi - nixos-rebuild --flake .#${1} --build-host root@${host} --target-host root@${host} switch + nixos-rebuild ${TRACE} --flake .#${1} --build-host root@${host} --target-host root@${host} switch return $? } @@ -105,7 +105,7 @@ if [ "$1" = "install" ]; then fi if [ "$1" = "local" ]; then - sudo nixos-rebuild --flake .#$(uname -n) switch + sudo nixos-rebuild ${TRACE} --flake .#$(uname -n) switch exit $? fi