From 175bf179b4117b9d8b186e1b2fc05b4f6cc15047 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Sat, 2 Apr 2022 20:21:35 +0200 Subject: home: add divoc walint host to ssh config --- home/home.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'home') 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"; + }; }; }; -- cgit v1.2.3