Commit f5bf384cea82

Vincent Demeester <vincent@sbr.pm>
2018-10-07 21:24:08
Enable mosh
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 17adb9a
Changed files (1)
profiles
profiles/ssh.nix
@@ -7,4 +7,5 @@
       startWhenNeeded = false;
     };
   };
+  programs.mosh.enable = true;
 }