From 99ef642dfe29608329f43d7a514cb746b9704533 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 30 Nov 2020 19:56:40 -0500 Subject: helium: fix remote builds --- lib/common.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib') diff --git a/lib/common.nix b/lib/common.nix index 47a2124..98d187a 100644 --- a/lib/common.nix +++ b/lib/common.nix @@ -87,6 +87,9 @@ in ssh = { enable = true; forwardAgent = true; + extraConfig = '' + StrictHostKeyChecking=accept-new + ''; matchBlocks = { "github.com" = { hostname = "github.com"; -- cgit v1.2.3