RemoteBuild : Add notes.
This commit is contained in:
parent
f643d943f4
commit
3bbc8e08c3
|
@ -1,4 +1,6 @@
|
||||||
{ config, pkgs, ... }: {
|
{ 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 = [{
|
nix.buildMachines = [{
|
||||||
hostName = "nixbuilder";
|
hostName = "nixbuilder";
|
||||||
protocol = "ssh-ng";
|
protocol = "ssh-ng";
|
||||||
|
|
Loading…
Reference in a new issue