mirror of
https://github.com/smg1024/nix-darwin.git
synced 2026-05-22 20:32:59 +09:00
feat(ssh): yggdrasil and midgard LAN ssh
This commit is contained in:
parent
136d9c574a
commit
b8609f9def
2 changed files with 34 additions and 20 deletions
|
|
@ -24,6 +24,20 @@
|
|||
identitiesOnly = true;
|
||||
identityFile = [config.sops.secrets."kmeat_mac_mini_ssh_key".path];
|
||||
};
|
||||
"yggdrasil" = {
|
||||
hostname = "222.109.216.197";
|
||||
user = "poby";
|
||||
port = 22;
|
||||
identitiesOnly = true;
|
||||
identityFile = [config.sops.secrets."github_ssh_key".path];
|
||||
};
|
||||
"midgard" = {
|
||||
hostname = "222.109.239.172";
|
||||
user = "poby";
|
||||
port = 22;
|
||||
identitiesOnly = true;
|
||||
identityFile = [config.sops.secrets."github_ssh_key".path];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue