From f5384fd1aa048bb7b0cdf7f5439c42262b1c3dd9 Mon Sep 17 00:00:00 2001 From: aszlig Date: Tue, 19 Jan 2016 15:53:31 +0100 Subject: programs/taalo-build: Directly connect to taalo As I'm moving away the deployment from mmrnmhrm, it's not a very good idea to rely on the deployment machine being up, which also makes it two machines that need to be up in order to build from tishtushi. Signed-off-by: aszlig --- modules/user/aszlig/programs/taalo-build/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/user') diff --git a/modules/user/aszlig/programs/taalo-build/default.nix b/modules/user/aszlig/programs/taalo-build/default.nix index 61fa159d..6b50df1d 100644 --- a/modules/user/aszlig/programs/taalo-build/default.nix +++ b/modules/user/aszlig/programs/taalo-build/default.nix @@ -24,9 +24,9 @@ with lib; chomp $to_realize; my ($from, $to); - my $cmd = "nixops ssh -d headcounter taalo -- -C " - . "nix-store --serve --write"; - my $pid = open2($from, $to, "exec ssh -x -a -C mmrnmhrm '$cmd'"); + my $dest = 'nix-remote-build@taalo.headcounter.org'; + my $cmd = "exec ssh $dest -C -- nix-store --serve --write"; + my $pid = open2($from, $to, $cmd); # Do the handshake. my $magic; -- cgit 1.4.1