From ae0ee6e87c1f3272362df907e97166cb3a6fdc2a Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 12 Feb 2023 19:16:11 +0900 Subject: feat(home/development): move to exotic.sh --- home/profiles/development/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'home/profiles') diff --git a/home/profiles/development/default.nix b/home/profiles/development/default.nix index 9961afb..28b5a6d 100644 --- a/home/profiles/development/default.nix +++ b/home/profiles/development/default.nix @@ -83,14 +83,14 @@ in # thus we need to use fallback key to identify with gitolite. programs.ssh.enable = true; # this has no relation with the sshd daemon. programs.ssh.extraConfig = '' - Host git.sefidel.com + Host git.exotic.sh User git Port 22 IdentityFile ~/.ssh/id_ed25519 IdentitiesOnly true - Host git-admin.vhosts.sefidel.com - HostName git.sefidel.com + Host git-admin.vhosts.exotic.sh + HostName git.exotic.sh User git Port 22 IdentityFile ~/.ssh/sefidel.pub -- cgit 1.4.1