forked from M-Labs/nix-scripts
enable SSH X11 forwarding
X11's crappy "network transparent" protocol is somewhat usable with a wired GbE connection straight to the server.
This commit is contained in:
parent
4e002f8751
commit
c2cf0b08fa
|
@ -43,6 +43,7 @@
|
||||||
|
|
||||||
# Enable the OpenSSH daemon.
|
# Enable the OpenSSH daemon.
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
|
services.openssh.forwardX11 = true;
|
||||||
|
|
||||||
# Open ports in the firewall.
|
# Open ports in the firewall.
|
||||||
networking.firewall.allowedTCPPorts = [ 631 5901 80 443 ];
|
networking.firewall.allowedTCPPorts = [ 631 5901 80 443 ];
|
||||||
|
|
Loading…
Reference in New Issue