commit | c4a6e96c428cf3b8f801a9fcd93a46ce28eba6d4 | [log] [tgz] |
---|---|---|
author | Skyler Grey <minion@clicks.codes> | Sat Feb 17 12:23:49 2024 +0000 |
committer | Samuel Shuert <coded@clicks.codes> | Sun Mar 10 02:07:37 2024 +0000 |
tree | 2b1df600c5953339e1a3bfe069d22d78c0f14423 | |
parent | 8b4f7b6649e73cda4067109ccb188063b8a3115c [diff] |
Add mosh Mosh is a protocol that allows similar-to-ssh shelling, but with reliability improvements when network connectivity is poor Change-Id: Id1b26e0105e8771de2815ebd2f858b1a5a203fa1 Reviewed-on: https://git.clicks.codes/c/Infra/NixFiles/+/399 Tested-by: Skyler Grey <minion@clicks.codes> Reviewed-by: Samuel Shuert <coded@clicks.codes>
diff --git a/modules/common/mosh.nix b/modules/common/mosh.nix new file mode 100644 index 0000000..1c2e34e --- /dev/null +++ b/modules/common/mosh.nix
@@ -0,0 +1,3 @@ +{ + programs.mosh.enable = true; +}