From 548806184d9f9ebeb8e4ee60722860e0085874d2 Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Sat, 24 Jan 2026 18:26:42 -0600 Subject: more ssh config --- hosts/mercury/nixos.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'hosts') diff --git a/hosts/mercury/nixos.nix b/hosts/mercury/nixos.nix index 935ecd4..6d269fe 100644 --- a/hosts/mercury/nixos.nix +++ b/hosts/mercury/nixos.nix @@ -39,6 +39,11 @@ LocalForward 8010 127.0.0.1:8010 DynamicForward 9090 + Host ganymede-deploy + HostName 192.168.0.2 + User root + IdentityFile /home/collin/.ssh/id_ed25519 + Host io Hostname 192.168.50.3 User admin -- cgit v1.3.1