From fc0eb1a09f852e16674105e3454ddb21b38ff452 Mon Sep 17 00:00:00 2001 From: Daniel Frank Date: Sun, 16 Jun 2019 20:37:47 +0200 Subject: [PATCH] enable mosh client & server --- configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configuration.nix b/configuration.nix index 9a19bf6..74acfed 100644 --- a/configuration.nix +++ b/configuration.nix @@ -83,6 +83,8 @@ # Only allow login through pubkey passwordAuthentication = false; }; + # Support mosh connections + programs.mosh.enable = true; # Open ports in the firewall. # networking.firewall.allowedTCPPorts = [ ... ];