summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2020-11-30 19:56:40 -0500
committerBen Sima <ben@bsima.me>2020-11-30 19:56:40 -0500
commit99ef642dfe29608329f43d7a514cb746b9704533 (patch)
treedf0bfc46f47e54699826ac5ee5703ce34d824fe5 /lib
parent42743afe59bbb7535d8a7ec30ce206f89a3c7a55 (diff)
helium: fix remote builds
Diffstat (limited to 'lib')
-rw-r--r--lib/common.nix3
1 files changed, 3 insertions, 0 deletions
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";