diff --git a/roles/home/ssh.nix b/roles/home/ssh.nix index dc915fb..a625ef3 100644 --- a/roles/home/ssh.nix +++ b/roles/home/ssh.nix @@ -124,7 +124,7 @@ "git.giugl.io" = { user = "gitea"; - port = 10022; + port = 22; identityFile = "~/.ssh/gitea"; identitiesOnly = true; };