From e3d5388a1b929977eadf52eb0c46d3d768c3d13c Mon Sep 17 00:00:00 2001 From: reidlab Date: Fri, 18 Aug 2023 17:25:09 -0700 Subject: [PATCH] add mosh support --- hosts/server/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index 528c187..839f852 100755 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -59,6 +59,9 @@ }; }; + # Services - Mosh + services.mosh.enable = true; + # Services - Nginx services.nginx = { package = pkgs.openresty;