From 41387bf18d4f35145a7d2f5c4da5d8f91a4eb747 Mon Sep 17 00:00:00 2001 From: FredzyW Date: Fri, 8 Nov 2024 09:41:12 +0100 Subject: [PATCH] IPs --- shared/ssh.nix | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/shared/ssh.nix b/shared/ssh.nix index 0537ab8..c36f30c 100644 --- a/shared/ssh.nix +++ b/shared/ssh.nix @@ -21,7 +21,7 @@ user = "fr7658wa-s"; }; "dm2" = { - hostname = "docker-master2"; + hostname = "192.168.0.190"; port = 22; user = "fw"; identityFile = "/home/fw/.ssh/fw-ssh-key"; @@ -62,18 +62,6 @@ user = "github"; identityFile = "/home/fw/.ssh/github-ssh-key"; }; - "backup1" = { - hostname = "192.168.0.220"; - port = 22; - user = "fw"; - identityFile = "/home/fw/.ssh/fw-ssh-key"; - }; - "dashboard" = { - hostname = "192.168.0.159"; - port = 22; - user = "fw"; - identityFile = "/home/fw/.ssh/fw-ssh-key"; - }; "malmo" = { hostname = "192.168.0.138"; port = 22;