diff options
author | sefidel <contact@sefidel.net> | 2023-02-12 19:16:11 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-02-12 19:16:11 +0900 |
commit | ae0ee6e87c1f3272362df907e97166cb3a6fdc2a (patch) | |
tree | ccee2db47f6849e119e0781b7581558af13124cd /home | |
parent | d6e22d8f752f779355b8854055408fae4e1429c7 (diff) | |
download | nixrc-ae0ee6e87c1f3272362df907e97166cb3a6fdc2a.tar.gz nixrc-ae0ee6e87c1f3272362df907e97166cb3a6fdc2a.zip |
feat(home/development): move to exotic.sh
Diffstat (limited to 'home')
-rw-r--r-- | home/profiles/development/default.nix | 6 |
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 |