From 87f55b76324482a81295ae61a34c5604edda954e Mon Sep 17 00:00:00 2001 From: notohh Date: Sat, 23 Sep 2023 23:57:43 -0400 Subject: [PATCH] ssh: update basegbot --- home/default.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/home/default.nix b/home/default.nix index cb4b8c5..127f04d 100644 --- a/home/default.nix +++ b/home/default.nix @@ -25,6 +25,7 @@ yt-dlp cachix nfs-utils + fd ]; services.gpg-agent = { @@ -61,9 +62,9 @@ Hostname 100.115.234.69 User root Host basegbot - HostName 100.94.41.43 - User notoh - IdentityFile ~/.ssh/basegot + HostName 100.83.81.116 + User basegbot + IdentityFile ~/.ssh/basegbot ''; };