From 8db540ceac9665de03cee3d90ceeda1b96c32272 Mon Sep 17 00:00:00 2001 From: FredzyW Date: Tue, 25 Jun 2024 10:30:56 +0200 Subject: [PATCH] Changed ssh names --- shared/ssh.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shared/ssh.nix b/shared/ssh.nix index 76071cf..ec12ced 100644 --- a/shared/ssh.nix +++ b/shared/ssh.nix @@ -9,7 +9,7 @@ user = "git"; identityFile = "/home/fw/.ssh/id_rsa"; }; - "wastring.com" = { + "desktop" = { hostname = "wastring.com"; port = 55502; user = "fw"; @@ -38,7 +38,7 @@ user = "fw"; identityFile = "/home/fw/.ssh/fw-ssh-key"; }; - "fs1" = { + "ba2" = { hostname = "192.168.0.120"; port = 22; user = "fw";