From d83dd577bcd40fcecefa4c13692ccb28c0ff2e9c Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sat, 27 May 2023 15:24:05 +0100 Subject: [PATCH] Add ionos vps ssh config --- home/ssh/personal.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/ssh/personal.nix b/home/ssh/personal.nix index 3562923f..e7d72331 100644 --- a/home/ssh/personal.nix +++ b/home/ssh/personal.nix @@ -5,6 +5,10 @@ user = "xenia"; hostname = "192.168.1.166"; }; + "ionos" = { + user = "root"; + hostname = "77.68.67.133"; + }; "git.xenia.me.uk" = lib.hm.dag.entryBefore ["git*"] { user = "gitea"; port = 2222;