From 93cea8b66a30d70f382137a892627b0464491249 Mon Sep 17 00:00:00 2001 From: notohh Date: Tue, 7 Nov 2023 11:13:45 -0500 Subject: [PATCH] default: add new hosts to ssh --- home/default.nix | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/home/default.nix b/home/default.nix index 96c6c44..8e1288e 100644 --- a/home/default.nix +++ b/home/default.nix @@ -66,13 +66,21 @@ HostName 100.82.146.40 User notoh IdentityFile ~/.ssh/tsuru - Host pve - Hostname 100.115.234.69 - User root Host basegbot HostName 100.83.81.116 User basegbot IdentityFile ~/.ssh/basegbot + Host pihole + HostName 192.168.1.221 + User notoh + IdentityFile ~/.ssh/pihole + Host rpi4 + HostName 100.92.145.147 + User notoh + IdentityFile ~/.ssh/rpi4 + Host pve + Hostname 100.115.234.69 + User root ''; };