From 6063f4c90be096c7c773a1b029bdf7150d2f24bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Wed, 28 Sep 2022 15:54:42 +0200 Subject: [PATCH] feat(ssh): use fysiweb identity for ip login on dev1 --- configs/ssh.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configs/ssh.nix b/configs/ssh.nix index b4ef1a9..71873a8 100644 --- a/configs/ssh.nix +++ b/configs/ssh.nix @@ -24,7 +24,7 @@ in { home-manager.users.me.programs.ssh = { enable = true; - matchBlocks = { + matchBlocks = rec { "github.com" = { hostname = "ssh.github.com"; port = 443; @@ -72,6 +72,7 @@ in { user = "root"; identityFile = sshIdentity "fysiweb"; }; + ${fysi-dev1.hostname} = fysi-dev1; "fysi-shared0" = { hostname = "49.12.205.235"; user = "root";