diff options
| author | Mark Nipper <nipsy@bitgnome.net> | 2026-03-02 11:04:58 -0800 |
|---|---|---|
| committer | Mark Nipper <nipsy@bitgnome.net> | 2026-03-02 11:04:58 -0800 |
| commit | 2c94d0f7cb53212ae2606a756fc96bf258e33382 (patch) | |
| tree | ffb62a30c50366fc302a87ffb581cc0376c5960d | |
| parent | df2bdbc1e68374a5f4712aafb6a1f8dd55d5dad7 (diff) | |
| download | nix-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-x | scripts/pretty-rebuild | 2 |
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 && \ |
