From 7c55e0b367b199ad5c8f2f2b8e2640be5fcb736f Mon Sep 17 00:00:00 2001 From: asonix Date: Sun, 26 Mar 2023 15:33:46 -0500 Subject: [PATCH] Add codeberg --- ssh.nix | 7 +++++++ 1 file changed, 7 insertions(+) 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";