ssh: snowhawk ssh key

main
Zynh Ludwig 2024-07-28 07:12:39 -07:00
parent 4201547e3e
commit fede1456d8
1 changed files with 4 additions and 0 deletions

View File

@ -27,6 +27,9 @@ in
port = 2221;
identityFile = ifSops secrets."private_keys/personal_git".path;
};
snowhawk = {
identityFile = ifSops secrets."private_keys/snowhawk".path;
};
msiserver = {
hostname = "scarlet.zynh.me";
user = "zynh";
@ -46,6 +49,7 @@ in
sops.secrets = ifSops {
"private_keys/msiserver" = { };
"private_keys/caveserver" = { };
"private_keys/snowhawk" = { };
"private_keys/personal_git" = { };
"ssh_hosts/caveserver".path = "${sshDir}/conf.d/caveserver_config";