This commit is contained in:
Nathan McCarty 2022-05-13 20:15:25 -04:00
parent 3e0909a742
commit e6e409b77a
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
2 changed files with 5 additions and 0 deletions

View File

@ -49,5 +49,7 @@
dnsutils dnsutils
# Feh image viewer # Feh image viewer
feh feh
# Mosh for better high-latency ssh
mosh
]; ];
} }

View File

@ -19,4 +19,7 @@
permitRootLogin = "no"; permitRootLogin = "no";
passwordAuthentication = false; passwordAuthentication = false;
}; };
# Enable mosh for connecting to phone
programs.mosh.enable = true;
} }