distributed builds: fix swapped key, add pc2
This commit is contained in:
parent
aa567694df
commit
cde2658789
2 changed files with 6 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue