Add mosh
This commit is contained in:
parent
3e0909a742
commit
e6e409b77a
|
@ -49,5 +49,7 @@
|
|||
dnsutils
|
||||
# Feh image viewer
|
||||
feh
|
||||
# Mosh for better high-latency ssh
|
||||
mosh
|
||||
];
|
||||
}
|
||||
|
|
|
@ -19,4 +19,7 @@
|
|||
permitRootLogin = "no";
|
||||
passwordAuthentication = false;
|
||||
};
|
||||
|
||||
# Enable mosh for connecting to phone
|
||||
programs.mosh.enable = true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue