diff --git a/modules/global/ssh.nix b/modules/global/ssh.nix index 03a5083..9443061 100644 --- a/modules/global/ssh.nix +++ b/modules/global/ssh.nix @@ -26,4 +26,6 @@ with lib; User ${rsyncnet.account} ''; }; + + programs.mosh.enable = true; }