From 2371c4e20ea1a9fb93cffc330dc4709473c9ae78 Mon Sep 17 00:00:00 2001 From: notohh Date: Fri, 29 Dec 2023 19:43:20 -0500 Subject: [PATCH] home: format --- hosts/tsuki/home.nix | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/hosts/tsuki/home.nix b/hosts/tsuki/home.nix index 17612f1..fa84782 100755 --- a/hosts/tsuki/home.nix +++ b/hosts/tsuki/home.nix @@ -100,15 +100,6 @@ HostName 100.83.81.116 User basegbot IdentityFile ~/.ssh/basegbot - Host git.flake.sh - Hostname git.flake.sh - User notohh - IdentityFile ~/.ssh/notohh-git - Port 2222 - Host github.com - Hostname github.com - User notohh - IdentityFile ~/.ssh/notohh-git Host rpi4 Hostname 100.92.145.147 User notoh @@ -120,6 +111,15 @@ Hostname 192.168.1.199 User root IdentityFile ~/.ssh/truenas + Host git.flake.sh + Hostname git.flake.sh + User notohh + IdentityFile ~/.ssh/notohh-git + Port 2222 + Host github.com + Hostname github.com + User notohh + IdentityFile ~/.ssh/notohh-git ''; };