From df8a47f79468c3bf859623bec169f39c1603b958 Mon Sep 17 00:00:00 2001 From: FredzyW Date: Sun, 26 May 2024 20:39:28 +0200 Subject: [PATCH] Added git.wastring in ssh --- moduler/common/ssh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moduler/common/ssh.nix b/moduler/common/ssh.nix index 615ebe7..f08046f 100644 --- a/moduler/common/ssh.nix +++ b/moduler/common/ssh.nix @@ -7,7 +7,7 @@ hostname = "git.wastring.com"; port = 55503; user = "git"; - identityFile = "/home/fw/.ssh/gitea"; + identityFile = "/home/fw/.ssh/id_rsa"; }; "wastring.com" = { hostname = "wastring.com";