use ssh over http
All checks were successful
/ perform flake analysis (push) Successful in 37s
/ build hive configuration (push) Successful in 8m52s

This commit is contained in:
2026-01-09 16:11:19 +01:00
parent 07926b877a
commit 85aab484cf
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ jobs:
with: with:
extra_nix_config: | extra_nix_config: |
extra-trusted-public-keys = localhost:TiRpr2LzamX/MCKBUmFlZ8inWz94QWGL88fMEHg9Kgc= extra-trusted-public-keys = localhost:TiRpr2LzamX/MCKBUmFlZ8inWz94QWGL88fMEHg9Kgc=
extra-substituters = http://localhost:5000 extra-substituters = http://root@localhost
secret-key-files = /var/secrets/cache_privkey secret-key-files = /var/secrets/cache_privkey
post-build-hook = /etc/nix/upload-to-cache.sh post-build-hook = /etc/nix/upload-to-cache.sh
- name: Install SSH key - name: Install SSH key

View File

@@ -8,4 +8,4 @@ fi
export IFS=' ' export IFS=' '
echo "Uploading paths" $OUT_PATHS echo "Uploading paths" $OUT_PATHS
exec nix copy --to "ssh://root@192.168.1.12" $OUT_PATHS exec nix copy --to "ssh://root@localhost" $OUT_PATHS