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" ];