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 ];