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