From 751abc602343dc9054bde3800379a2c57987b76e Mon Sep 17 00:00:00 2001 From: Andrei Lapshin Date: Sun, 29 Dec 2024 16:43:59 +0100 Subject: [PATCH] Enable additional logs when running nixos-rebuild --- ci/build.sh | 4 ++++ 1 file changed, 4 insertions(+) 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}" \