diff --git a/ci/build.sh b/ci/build.sh index 4f2f52d..74f454e 100755 --- a/ci/build.sh +++ b/ci/build.sh @@ -35,6 +35,8 @@ function switch-system { decrypt-build-secrets "users/alapshin" nixos-rebuild switch \ --verbose \ + --show-trace \ + --print-build-logs \ --use-remote-sudo \ --flake ".#${hostname}" } @@ -42,6 +44,8 @@ function switch-system { function deploy-remote { nixos-rebuild switch \ --verbose \ + --show-trace \ + --print-build-logs \ --use-remote-sudo \ --build-host "${remote_host}" \ --target-host "${remote_host}" \