enable mosh

stm32-no-overlay
Sebastien Bourdeauducq 2019-04-18 19:48:58 +08:00
parent 3e0bfb6558
commit 48fb502658
1 changed files with 1 additions and 0 deletions

View File

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