From 316d3545c8a82495e9de75a6a6513126163e89e0 Mon Sep 17 00:00:00 2001 From: dracoling Date: Wed, 29 May 2024 17:09:15 -0400 Subject: [PATCH] add: mosh --- changelog.md | 3 +++ configuration.nix | 1 + 2 files changed, 4 insertions(+) diff --git a/changelog.md b/changelog.md index c6e6dc1..c27573d 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,6 @@ +## add mosh +- mosh seems cool, lets add that too + ## inetutils - added inetutils to include some more basic utilites like telnet and whois diff --git a/configuration.nix b/configuration.nix index 10539e4..0076e21 100644 --- a/configuration.nix +++ b/configuration.nix @@ -22,6 +22,7 @@ dig eza inetutils + mosh traceroute ];