forked from M-Labs/nix-scripts
enable mosh
This commit is contained in:
parent
3e0bfb6558
commit
48fb502658
|
@ -44,6 +44,7 @@
|
||||||
# Enable the OpenSSH daemon.
|
# Enable the OpenSSH daemon.
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
services.openssh.forwardX11 = true;
|
services.openssh.forwardX11 = true;
|
||||||
|
programs.mosh.enable = 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