home: add ooknet.org forgejo ssh configuration
This commit is contained in:
parent
331a15f0e6
commit
ba30586443
7 changed files with 101 additions and 4 deletions
|
|
@ -17,6 +17,12 @@ in {
|
|||
hostname = "github.com";
|
||||
identityFile = "${osConfig.age.secrets.github_key.path}";
|
||||
};
|
||||
"git.ooknet.org" = {
|
||||
user = "forgejo";
|
||||
port = 2222;
|
||||
hostname = "git.ooknet.org";
|
||||
identityFile = "${osConfig.age.secrets.ooknet_org.path}";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue