From 0532f19a5409a26244d52342b4fabdbd0f57d0ae Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Tue, 6 Oct 2020 11:05:13 +0000 Subject: modules/ssh: add NixCon hosts --- modules/ssh/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/ssh/default.nix b/modules/ssh/default.nix index 0d97bdb2480b..f237caa2ee00 100644 --- a/modules/ssh/default.nix +++ b/modules/ssh/default.nix @@ -40,6 +40,12 @@ in HostName %h.fyi Port 29418 + Host slide-rule relay01 + HostName relay01.nixcon.net + + Host abacus dash01 + HostName dash01.nixcon.net + Match host gitlab.freedesktop.org VerifyHostKeyDNS=yes -- cgit 1.4.1