enable mosh client & server
This commit is contained in:
parent
d5ad50cd0d
commit
fc0eb1a09f
|
@ -83,6 +83,8 @@
|
||||||
# Only allow login through pubkey
|
# Only allow login through pubkey
|
||||||
passwordAuthentication = false;
|
passwordAuthentication = false;
|
||||||
};
|
};
|
||||||
|
# Support mosh connections
|
||||||
|
programs.mosh.enable = true;
|
||||||
|
|
||||||
# Open ports in the firewall.
|
# Open ports in the firewall.
|
||||||
# networking.firewall.allowedTCPPorts = [ ... ];
|
# networking.firewall.allowedTCPPorts = [ ... ];
|
||||||
|
|
Loading…
Reference in a new issue