Skip to content

Commit

Permalink
chore(cheetah): fix up remote building
Browse files Browse the repository at this point in the history
- Prefer local `jeeves.lan`
- Set `remoteBuild` for `deploy-rs`
  • Loading branch information
reo101 committed Jan 2, 2025
1 parent df63ef1 commit afdaac7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion hosts/nix-on-droid/cheetah/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
builders = ${
# TODO: <https://nix.dev/manual/nix/2.18/advanced-topics/distributed-builds>
builtins.concatStringsSep " ; " [
"ssh://jeeves x86_64-linux,aarch64-linux - 16 6 benchmark,big-parallel,kvm,nixos-test -"
"ssh://jeeves@jeeves.lan x86_64-linux,aarch64-linux - 16 6 benchmark,big-parallel,kvm,nixos-test -"
"ssh://[email protected] aarch64-darwin - 4 3 nixos-test -"
]
}
Expand Down
1 change: 1 addition & 0 deletions hosts/nix-on-droid/cheetah/meta.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
user = "nix-on-droid";
magicRollback = true;
sshOpts = [ "-p" " 8022" ];
remoteBuild = true;
};
}

0 comments on commit afdaac7

Please sign in to comment.