diff options
-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 |