summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorstuebinm2022-04-02 20:21:35 +0200
committerstuebinm2022-04-02 20:23:15 +0200
commit175bf179b4117b9d8b186e1b2fc05b4f6cc15047 (patch)
tree2531baeb437c8e265f02ac1a8d149515a3cde1b6 /home
parentd133ce059acc63fd97d44378db8f372a463af042 (diff)
home: add divoc walint host to ssh config
Diffstat (limited to 'home')
-rw-r--r--home/home.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/home/home.nix b/home/home.nix
index 88b0abc..3f08968 100644
--- a/home/home.nix
+++ b/home/home.nix
@@ -218,6 +218,11 @@
user = "ra72koc";
identityFile = keydir + "/key_lmu";
};
+ "tehanu" = {
+ hostname = "185.138.143.235";
+ user = "nixos";
+ identityFile = keydir + "/id_ed25519";
+ };
};
};