From b3046509647df44f328c8e0039d6eebd77fc063f Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Sun, 2 Nov 2025 16:56:59 -0500 Subject: [PATCH] add phone --- modules/graphical/ssh.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/graphical/ssh.nix b/modules/graphical/ssh.nix index 48ba65d..9f72574 100644 --- a/modules/graphical/ssh.nix +++ b/modules/graphical/ssh.nix @@ -5,5 +5,7 @@ Port 2222 Host nova HostName nova.bitfl0wer.de + Host phone + HostName 172.16.42.1 ''; }