Add tirion

This commit is contained in:
Marko Korhonen 2023-10-30 22:44:36 +02:00
parent 88bb9f6412
commit 718070963a
2 changed files with 12 additions and 0 deletions

View file

@ -307,6 +307,9 @@ dotfiles = [
"f_fonts.conf", "f_fonts.conf",
] ]
[profiles.Tirion]
include = ["terminal", "gpg"]
[profiles.Gondor] [profiles.Gondor]
include = ["pacman", "terminal"] include = ["pacman", "terminal"]

View file

@ -16,6 +16,15 @@ host moria
# Forward SSH agent # Forward SSH agent
RemoteForward /run/user/1000/gnupg/S.gpg-agent.ssh /run/user/1000/gnupg/S.gpg-agent.ssh 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 host forgejo
HostName korhonen.cc HostName korhonen.cc
user git user git