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 = [ ... ];