try
This commit is contained in:
@@ -65,14 +65,14 @@
|
||||
enable = true;
|
||||
|
||||
matchBlocks = {
|
||||
"remote-builder@blunkall.us" = {
|
||||
"builder" = {
|
||||
hostname = "blunkall.us";
|
||||
user = "remote-builder";
|
||||
identityFile = "${config.home.homeDirectory}/.ssh/id_ed25519";
|
||||
port = 2222;
|
||||
};
|
||||
|
||||
"nathan@blunkall.us" = {
|
||||
"remote" = {
|
||||
hostname = "blunkall.us";
|
||||
user = "nathan";
|
||||
identityFile = "${config.home.homeDirectory}/.ssh/id_ed25519";
|
||||
|
||||
@@ -61,7 +61,7 @@
|
||||
experimental-features = nix-command flakes
|
||||
builders-use-substitutes = true
|
||||
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