diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-01-24 18:26:42 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-01-24 18:26:42 -0600 |
| commit | 548806184d9f9ebeb8e4ee60722860e0085874d2 (patch) | |
| tree | 80bce7a4c4e6236ba86a4ffbb64bf7f75f7bef9f /hosts/mercury | |
| parent | 7bd48f917c249dba890dd79f3180e7cff5dd1ce7 (diff) | |
more ssh config
Diffstat (limited to 'hosts/mercury')
| -rw-r--r-- | hosts/mercury/nixos.nix | 5 |
1 files changed, 5 insertions, 0 deletions
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 |
