From 219550d11ba442ff860e559984f4f01cf2bdf071 Mon Sep 17 00:00:00 2001 From: swaphb Date: Fri, 16 May 2025 19:21:16 -0400 Subject: [PATCH] add SSH configuration for er-docker-server --- modules/home/stephen/terminal/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/home/stephen/terminal/default.nix b/modules/home/stephen/terminal/default.nix index 21a59fd..81ab03b 100644 --- a/modules/home/stephen/terminal/default.nix +++ b/modules/home/stephen/terminal/default.nix @@ -12,6 +12,11 @@ ".ssh/config".text = '' Host * IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock" + + Host 100.107.126.64 # er-docker-server + User stephen + IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock" + ''; # Configure git