From 77d01e87dc1be7e600a5626fd22bb071d2831d68 Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Mon, 29 Jun 2026 21:15:53 -0400 Subject: add desktop ssh known host to bear --- hosts/bear/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'hosts/bear/configuration.nix') diff --git a/hosts/bear/configuration.nix b/hosts/bear/configuration.nix index 115eebe..5326be7 100644 --- a/hosts/bear/configuration.nix +++ b/hosts/bear/configuration.nix @@ -60,6 +60,10 @@ Hostname 170.205.37.7 Port 2222 User andrew + Host desktop + HostName 192.168.1.122 + Port 22 + User andrew ''; }; -- cgit v1.3.1