RemoteBuild : Add notes.

This commit is contained in:
Dmitry Voronin 2024-04-28 21:29:11 +03:00
parent f643d943f4
commit 3bbc8e08c3
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -1,4 +1,6 @@
{ config, pkgs, ... }: {
# NOTE: Requires key to be present in secret.ssh.builderKeys.
# Also the secret key should be located at the path: /root/.ssh/id_ed25519 (as defined in ssh config).
nix.buildMachines = [{
hostName = "nixbuilder";
protocol = "ssh-ng";