home: add ooknet.org forgejo ssh configuration

This commit is contained in:
ooks-io 2024-11-01 12:43:24 +11:00
parent 331a15f0e6
commit ba30586443
7 changed files with 101 additions and 4 deletions

View file

@ -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}";
};
};
};
};