feat: mosh

This commit is contained in:
Kat Inskip 2024-10-09 13:57:22 -04:00
parent 91f77cb208
commit 803b8eb29b
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
3 changed files with 22 additions and 0 deletions

View file

@ -11,6 +11,8 @@ in {
allowedTCPPorts = [(list.unsafeHead config.services.openssh.ports)];
};
programs.mosh.enable = true;
services.openssh = {
enable = true;
settings = {