diff --git a/modules/home-manager/programs/ssh.nix b/modules/home-manager/programs/ssh.nix index 409c997..3960332 100644 --- a/modules/home-manager/programs/ssh.nix +++ b/modules/home-manager/programs/ssh.nix @@ -44,8 +44,16 @@ in wallfacer-ts = sshBlock "wallfacer.curl-boga.ts.net"; prometheus = sshBlock "192.168.0.12"; prometheus-ts = sshBlock "prometheus.curl-boga.ts.net"; - # apollo - # apollo-initrd + apollo = sshBlock "152.53.152.129"; + apollo-ts = sshBlock "apollo.curl-boga.ts.net"; + apollo-initrd = { + hostname = "152.53.152.129"; + port = 2222; + user = "root"; + identityFile = "~/.ssh/id_ed25519"; + hashKnownHosts = true; + compression = true; + }; # artemis }; };