feat(home:ssh): add github to ssh knownhosts

This commit is contained in:
ooks-io 2024-06-24 14:14:52 +12:00
parent ea5054789d
commit f0bd3f97af
4 changed files with 16 additions and 8 deletions

View file

@ -5,4 +5,5 @@ in
{
"tailscale-auth.age".publicKeys = [ users.ooks] ++ workstations;
"github_key.age".publicKeys = [ users.ooks ] ++ workstations;
}