aboutsummaryrefslogtreecommitdiff
path: root/home/mun
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-06-06 17:39:41 +0200
committerNatasha Moongrave <natasha@256phi.eu>2026-06-06 17:39:41 +0200
commit823982463ecbeaa00b123d862da69a8149113152 (patch)
tree272c7082188752eff4e9ab25085f03cf36432c15 /home/mun
parent57947f7a26954c2077406dc6917eed09a409198e (diff)
Added apollo to known identities
Diffstat (limited to 'home/mun')
-rw-r--r--home/mun/programs/ssh.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/home/mun/programs/ssh.nix b/home/mun/programs/ssh.nix
index 3c0b804..173f0fd 100644
--- a/home/mun/programs/ssh.nix
+++ b/home/mun/programs/ssh.nix
@@ -7,6 +7,10 @@
addKeysToAgent = "no";
forwardAgent = false;
};
+ "apollo" = {
+ user = "root";
+ hostname = "100.97.73.86";
+ };
"cgit" = {
user = "git";
hostname = "100.76.17.20";