Common/git: add forgejo's public key to known hosts
This commit is contained in:
parent
c603df28bf
commit
be5fb3bc24
1 changed files with 5 additions and 0 deletions
|
|
@ -1,4 +1,9 @@
|
|||
{...}: {
|
||||
programs.ssh.knownHosts = {
|
||||
"[git.everest.sable-pancake.ts.net]:4222".publicKey = ''
|
||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKoUcWx56NZ3kqydN3d0gLNz6SlBm1ArkHhqR9Fwd8qs
|
||||
'';
|
||||
};
|
||||
home-manager.users.toast = {
|
||||
programs.git = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue