From 23d21a6c8b3646463f7d7c1ab51a96ec81bf1093 Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Mon, 30 Oct 2023 22:44:36 +0200 Subject: [PATCH] Add tirion --- config.toml | 3 +++ home/.ssh/config | 9 +++++++++ 2 files changed, 12 insertions(+) diff --git a/config.toml b/config.toml index 8a3e0d61..c22c860e 100644 --- a/config.toml +++ b/config.toml @@ -307,6 +307,9 @@ dotfiles = [ "f_fonts.conf", ] +[profiles.Tirion] +include = ["terminal", "gpg"] + [profiles.Gondor] include = ["pacman", "terminal"] diff --git a/home/.ssh/config b/home/.ssh/config index 5abc93b9..47d3c6c0 100644 --- a/home/.ssh/config +++ b/home/.ssh/config @@ -16,6 +16,15 @@ host moria # Forward SSH agent RemoteForward /run/user/1000/gnupg/S.gpg-agent.ssh /run/user/1000/gnupg/S.gpg-agent.ssh +host tirion + HostName tirion.korhonen.cc + port 22 + User gandalf + # Forward GPG agent + RemoteForward /run/user/1000/gnupg/S.gpg-agent /run/user/1000/gnupg/S.gpg-agent.extra + # Forward SSH agent + RemoteForward /run/user/1000/gnupg/S.gpg-agent.ssh /run/user/1000/gnupg/S.gpg-agent.ssh + host forgejo HostName korhonen.cc user git