diff --git a/home-manager/common/software/cli/ssh.nix b/home-manager/common/software/cli/ssh.nix index 35513c92..7717205e 100644 --- a/home-manager/common/software/cli/ssh.nix +++ b/home-manager/common/software/cli/ssh.nix @@ -4,8 +4,7 @@ home.file.".ssh/config".text = '' Host 192.168.1.210 StrictHostKeyChecking no - Host - Hostname framework-server + Host framework-server StreamLocalBindUnlink yes ''; }