diff options
author | stuebinm | 2022-04-02 20:21:35 +0200 |
---|---|---|
committer | stuebinm | 2022-04-02 20:23:15 +0200 |
commit | 175bf179b4117b9d8b186e1b2fc05b4f6cc15047 (patch) | |
tree | 2531baeb437c8e265f02ac1a8d149515a3cde1b6 | |
parent | d133ce059acc63fd97d44378db8f372a463af042 (diff) |
home: add divoc walint host to ssh config
-rw-r--r-- | home/home.nix | 5 |
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"; + }; }; }; |