diff --git a/ssh.nix b/ssh.nix index 374632a..bf2f320 100644 --- a/ssh.nix +++ b/ssh.nix @@ -15,6 +15,13 @@ in enable = true; matchBlocks = { + "codeberg.org" = { + hostname = "codeberg.org"; + user = "git"; + identitiesOnly = true; + identityFile = "/home/asonix/.ssh/codeberg"; + port = 22; + }; "firestar" = { hostname = "192.168.50.10"; user = "asonix";