diff --git a/services/autossh.nix b/services/autossh.nix index b2ad058..9fb51ae 100644 --- a/services/autossh.nix +++ b/services/autossh.nix @@ -42,8 +42,7 @@ in -R ${remoteListenHost}:${toString remoteListenPort}:${localHost}:${toString localPort} \ -i ${sshKeyPath} \ -p ${toString sshPort} \ - ${sshUser}@${sshHost} \ - 2>&1 | ${pkgs.moreutils}/bin/ts '%Y-%m-%dT%H:%M:%S%z' + ${sshUser}@${sshHost} ''; };