feat(wpcarro/diogenes): Support mosh
Let's see what mosh is all about... Change-Id: I0439130f55dc056370397c3e4ea8039f888703c3 Reviewed-on: https://cl.tvl.fyi/c/depot/+/4690 Reviewed-by: wpcarro <wpcarro@gmail.com> Autosubmit: wpcarro <wpcarro@gmail.com> Tested-by: BuildkiteCI
This commit is contained in:
parent
ee62cda9a5
commit
3b709761b5
1 changed files with 3 additions and 1 deletions
|
@ -48,7 +48,9 @@ in {
|
|||
sudo.wheelNeedsPassword = false;
|
||||
};
|
||||
|
||||
programs = wpcarro.common.programs;
|
||||
programs = wpcarro.common.programs // {
|
||||
mosh.enable = true;
|
||||
};
|
||||
|
||||
# I won't have an Emacs server running on diogenes, and I'll likely be in an
|
||||
# SSH session from within vterm. As such, Vim is one of the few editors that I
|
||||
|
|
Loading…
Reference in a new issue