Compare commits
No commits in common. "5500abd33fb813ce54b46a561130e014fd06ff94" and "a4c54ec50d9b1b8d7c4c0b8774186a2c5df1b807" have entirely different histories.
5500abd33f
...
a4c54ec50d
1 changed files with 1 additions and 3 deletions
|
@ -110,11 +110,9 @@
|
|||
|
||||
# Enable the OpenSSH daemon.
|
||||
services.openssh.enable = true;
|
||||
services.openssh.openFirewall = true;
|
||||
services.avahi.enable = true;
|
||||
|
||||
# Open ports in the firewall.
|
||||
networking.firewall.allowedTCPPorts = [ 22 ];
|
||||
# networking.firewall.allowedTCPPorts = [ ... ];
|
||||
# networking.firewall.allowedUDPPorts = [ ... ];
|
||||
# Or disable the firewall altogether.
|
||||
# networking.firewall.enable = false;
|
||||
|
|
Loading…
Reference in a new issue