Skip to content

Commit

Permalink
Enable additional logs when running nixos-rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
alapshin committed Dec 29, 2024
1 parent 1453224 commit 751abc6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,17 @@ function switch-system {
decrypt-build-secrets "users/alapshin"
nixos-rebuild switch \
--verbose \
--show-trace \
--print-build-logs \
--use-remote-sudo \
--flake ".#${hostname}"
}

function deploy-remote {
nixos-rebuild switch \
--verbose \
--show-trace \
--print-build-logs \
--use-remote-sudo \
--build-host "${remote_host}" \
--target-host "${remote_host}" \
Expand Down

0 comments on commit 751abc6

Please sign in to comment.