aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2026-03-02 11:04:58 -0800
committerMark Nipper <nipsy@bitgnome.net>2026-03-02 11:04:58 -0800
commit2c94d0f7cb53212ae2606a756fc96bf258e33382 (patch)
treeffb62a30c50366fc302a87ffb581cc0376c5960d
parentdf2bdbc1e68374a5f4712aafb6a1f8dd55d5dad7 (diff)
downloadnix-2c94d0f7cb53212ae2606a756fc96bf258e33382.tar
nix-2c94d0f7cb53212ae2606a756fc96bf258e33382.tar.gz
nix-2c94d0f7cb53212ae2606a756fc96bf258e33382.tar.bz2
nix-2c94d0f7cb53212ae2606a756fc96bf258e33382.tar.lz
nix-2c94d0f7cb53212ae2606a756fc96bf258e33382.tar.xz
nix-2c94d0f7cb53212ae2606a756fc96bf258e33382.tar.zst
nix-2c94d0f7cb53212ae2606a756fc96bf258e33382.zip
Enable ssh verbose debugging via NIX_SSHOPTS
-rwxr-xr-xscripts/pretty-rebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/pretty-rebuild b/scripts/pretty-rebuild
index 45da070..9dee1cc 100755
--- a/scripts/pretty-rebuild
+++ b/scripts/pretty-rebuild
@@ -9,7 +9,7 @@ fi
cd /etc/nixos && \
nix flake update && \
- NIX_SSHOPTS='-o ControlPath=/dev/shm/%C' nixos-rebuild switch --upgrade --show-trace ${=args} && \
+ NIX_SSHOPTS='-vvv -o ControlPath=/dev/shm/%C' nixos-rebuild switch --upgrade --show-trace ${=args} && \
echo && \
nixos-rebuild list-generations | cat && \
echo && \