From bad5f09e05eb9024ee4a694c1488ffb279cf6cc7 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Wed, 24 Feb 2021 10:31:31 +0000 Subject: [PATCH] home: ssh: set up 'gitea.belanyi.fr' host --- home/ssh.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/home/ssh.nix b/home/ssh.nix index b928a73..0e94cd7 100644 --- a/home/ssh.nix +++ b/home/ssh.nix @@ -22,6 +22,12 @@ user = "git"; }; + "gitea.belanyi.fr" = { + hostname = "gitea.belanyi.fr"; + identityFile = "~/.ssh/shared_rsa"; + user = "git"; + }; + porthos = { hostname = "91.121.177.163"; identityFile = "~/.ssh/shared_rsa";