try
This commit is contained in:
@@ -65,14 +65,14 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
matchBlocks = {
|
matchBlocks = {
|
||||||
"remote-builder@blunkall.us" = {
|
"builder" = {
|
||||||
hostname = "blunkall.us";
|
hostname = "blunkall.us";
|
||||||
user = "remote-builder";
|
user = "remote-builder";
|
||||||
identityFile = "${config.home.homeDirectory}/.ssh/id_ed25519";
|
identityFile = "${config.home.homeDirectory}/.ssh/id_ed25519";
|
||||||
port = 2222;
|
port = 2222;
|
||||||
};
|
};
|
||||||
|
|
||||||
"nathan@blunkall.us" = {
|
"remote" = {
|
||||||
hostname = "blunkall.us";
|
hostname = "blunkall.us";
|
||||||
user = "nathan";
|
user = "nathan";
|
||||||
identityFile = "${config.home.homeDirectory}/.ssh/id_ed25519";
|
identityFile = "${config.home.homeDirectory}/.ssh/id_ed25519";
|
||||||
|
|||||||
@@ -61,7 +61,7 @@
|
|||||||
experimental-features = nix-command flakes
|
experimental-features = nix-command flakes
|
||||||
builders-use-substitutes = true
|
builders-use-substitutes = true
|
||||||
max-jobs = 0
|
max-jobs = 0
|
||||||
builders = ssh://remote-builder@blunkall.us x86_64-linux,aarch64-linux /run/secrets/remoteBuildKey 1 1 nixos-test,benchmark,big-parallel,kvm - -
|
builders = ssh://builder x86_64-linux,aarch64-linux /run/secrets/remoteBuildKey 1 1 nixos-test,benchmark,big-parallel,kvm - -
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user