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;