From 48fb5026583d86facf3c81587195e3cf40260b59 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 18 Apr 2019 19:48:58 +0800 Subject: [PATCH] enable mosh --- nixbld-etc-nixos/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixbld-etc-nixos/configuration.nix b/nixbld-etc-nixos/configuration.nix index 7621994..ffeafc9 100644 --- a/nixbld-etc-nixos/configuration.nix +++ b/nixbld-etc-nixos/configuration.nix @@ -44,6 +44,7 @@ # Enable the OpenSSH daemon. services.openssh.enable = true; services.openssh.forwardX11 = true; + programs.mosh.enable = true; # Open ports in the firewall. networking.firewall.allowedTCPPorts = [ 631 5901 80 443 ];