about summary refs log tree commit diff
path: root/home/profiles/development
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-02-12 19:16:11 +0900
committersefidel <contact@sefidel.net>2023-02-12 19:16:11 +0900
commitae0ee6e87c1f3272362df907e97166cb3a6fdc2a (patch)
treeccee2db47f6849e119e0781b7581558af13124cd /home/profiles/development
parentd6e22d8f752f779355b8854055408fae4e1429c7 (diff)
downloadnixrc-ae0ee6e87c1f3272362df907e97166cb3a6fdc2a.tar.gz
nixrc-ae0ee6e87c1f3272362df907e97166cb3a6fdc2a.zip
feat(home/development): move to exotic.sh
Diffstat (limited to 'home/profiles/development')
-rw-r--r--home/profiles/development/default.nix6
1 files changed, 3 insertions, 3 deletions
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