From 4c89cfe42e79c369a8a170445912e69b7b257c0a Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Sun, 27 Jul 2025 18:50:53 +0200 Subject: [PATCH] Add github remote config --- modules/ssh.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/ssh.nix b/modules/ssh.nix index a60de52..da11f23 100644 --- a/modules/ssh.nix +++ b/modules/ssh.nix @@ -6,6 +6,13 @@ matchBlocks = { + "github.com" = { + hostname = "github.com"; + user = "git"; + identityFile = "~/.ssh/keys/github"; + }; + + "aicloud" = { hostname = "aicloud"; user = "hb05nk@cs.aau.dk";