enable SSH X11 forwarding

X11's crappy "network transparent" protocol is somewhat usable with a wired GbE connection straight to the server.
pull/16/head
Sebastien Bourdeauducq 2019-04-14 18:32:58 +08:00
parent 4e002f8751
commit c2cf0b08fa
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@
# Enable the OpenSSH daemon.
services.openssh.enable = true;
services.openssh.forwardX11 = true;
# Open ports in the firewall.
networking.firewall.allowedTCPPorts = [ 631 5901 80 443 ];