add mosh support

This commit is contained in:
Reid 2023-08-18 17:25:09 -07:00
parent 1ffbe33e4a
commit e3d5388a1b

View file

@ -59,6 +59,9 @@
}; };
}; };
# Services - Mosh
services.mosh.enable = true;
# Services - Nginx # Services - Nginx
services.nginx = { services.nginx = {
package = pkgs.openresty; package = pkgs.openresty;