vps: add mosh

This commit is contained in:
Fabian Montero 2025-01-23 10:03:33 -06:00
parent dd6a8f9e1c
commit a785cce6b0
Signed by: fabian
GPG key ID: 1FFAC35E1798174F

View file

@ -33,6 +33,8 @@ with lib; {
settings.PasswordAuthentication = false;
};
programs.mosh.enable = true;
home-manager = {
useGlobalPkgs = true;
useUserPackages = true;