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";