mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 22:19:52 -07:00
feat: add gallium server ssh key to agenix
This commit is contained in:
parent
4f510f7418
commit
2b9bb62e36
4 changed files with 20 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, osConfig, ... }:
|
||||
{ config, ... }:
|
||||
{
|
||||
|
||||
imports = [
|
||||
|
@ -29,13 +29,18 @@
|
|||
matchBlocks = {
|
||||
"code.youwen.dev" = {
|
||||
host = "code.youwen.dev";
|
||||
port = 222;
|
||||
# port = 222;
|
||||
identityFile = config.age.secrets.youwen_dev_ssh_priv_key.path;
|
||||
};
|
||||
"github" = {
|
||||
host = "github.com";
|
||||
identityFile = config.age.secrets.github_ssh_priv_key.path;
|
||||
};
|
||||
"gallium" = {
|
||||
host = "gallium";
|
||||
port = 222;
|
||||
identityFile = config.age.secrets.gallium_server_ssh.path;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue