mirror of
https://github.com/youwen5/nixos.git
synced 2025-01-17 20:52:09 -08:00
fix: add truth.youwen.dev to ssh hosts file
This commit is contained in:
parent
84850504fd
commit
0cf902ba61
1 changed files with 5 additions and 0 deletions
|
@ -41,6 +41,11 @@
|
|||
port = 222;
|
||||
identityFile = config.age.secrets.gallium_server_ssh.path;
|
||||
};
|
||||
"truth.youwen.dev" = {
|
||||
host = "truth.youwen.dev";
|
||||
port = 222;
|
||||
identityFile = config.age.secrets.gallium_server_ssh.path;
|
||||
};
|
||||
};
|
||||
addKeysToAgent = "yes";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue