distributed builds: fix swapped key, add pc2

This commit is contained in:
müde 2026-05-01 21:24:16 +02:00
parent aa567694df
commit cde2658789
2 changed files with 6 additions and 3 deletions

View file

@ -17,7 +17,7 @@ let
# === Onboarding a device as a build client ===
#
# 1. Generate a key pair on the device:
# sudo ssh-keygen -t ed25519 -f /etc/nix/distributed-build-key -N "" -C "<hostname>-nix-builds"
# sudo ssh-keygen -t ed25519 -f /etc/nix/distributed-build-key -N "" -C "$(hostname)-nix-builds"
# (owned by root, mode 0600)
#
# 2. Add the public key to the device entry in flake.nix: