feat(home:ssh): add github to ssh knownhosts
This commit is contained in:
parent
ea5054789d
commit
f0bd3f97af
4 changed files with 16 additions and 8 deletions
|
|
@ -20,5 +20,11 @@ in
|
|||
group = "users";
|
||||
mode = "400";
|
||||
};
|
||||
github_key = mkIf admin.homeManager {
|
||||
file = "${self}/secrets/github_key.age";
|
||||
path = "/home/${admin.name}/.ssh/github_key";
|
||||
owner = "${admin.name}";
|
||||
group = "users";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue