increase ssh login level

This commit is contained in:
2025-01-20 16:37:39 -05:00
parent 12b6c1e279
commit 60ce45a08d

View File

@@ -21,5 +21,5 @@ jobs:
run: "nixos-rebuild build --flake ./#${{ matrix.system }}" run: "nixos-rebuild build --flake ./#${{ matrix.system }}"
- name: copy to nix-cache - name: copy to nix-cache
env: env:
NIX_SSHOPTS: "-vv" NIX_SSHOPTS: "-vvvv"
run: nix copy --to ssh://jeeves .#nixosConfigurations.${{ matrix.system }}.config.system.build.toplevel run: nix copy --to ssh://jeeves .#nixosConfigurations.${{ matrix.system }}.config.system.build.toplevel