From 4ed65aac36f6ea38bc967299fe3c55d878098f3f Mon Sep 17 00:00:00 2001 From: EinEtwas Date: Wed, 30 Oct 2024 10:23:54 +0100 Subject: [PATCH] feat(ssh): restore the 1bvps hostname --- home/essentials/ssh.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/home/essentials/ssh.nix b/home/essentials/ssh.nix index 3f251a0..3e6d680 100644 --- a/home/essentials/ssh.nix +++ b/home/essentials/ssh.nix @@ -4,6 +4,12 @@ matchBlocks = { "1bvps" = { + host = "1bvps"; + hostname = "178.254.43.196"; + identityFile = [ "/home/rhea/.ssh/id_1bvps" ]; + }; + + "1bvps-ip" = { host = "178.254.43.196"; hostname = "178.254.43.196"; identityFile = [ "/home/rhea/.ssh/id_1bvps" ];