From f8bfc83a6155370a361eeac3f44aef5a86476577 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Wed, 20 Mar 2024 08:12:59 +0100 Subject: [PATCH] fix(ssh): fatteh hostname --- configs/ssh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/ssh.nix b/configs/ssh.nix index dbe1871..715c071 100644 --- a/configs/ssh.nix +++ b/configs/ssh.nix @@ -82,7 +82,7 @@ in { port = sshPort; }; fatteh = { - hostname = "fatteh.hr"; + hostname = "fatteh.r"; user = "kfm"; port = sshPort; };