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 ''; }