mirror of https://github.com/Chizi123/Dotfiles.git

Joel Grunbaum
2 days ago bceefce387c7b40a32f9edcc68c0735c1aed43ea
Expose NFS ports
1 files modified
4 ■■■■ changed files
smini/configuration.nix 4 ●●●● patch | view | raw | blame | history
smini/configuration.nix
@@ -90,8 +90,8 @@
  };
  # Open ports in the firewall.
  networking.firewall.allowedTCPPorts = [ 80 443 ];
  # networking.firewall.allowedUDPPorts = [ ... ];
  networking.firewall.allowedTCPPorts = [ 80 443 111 2049 4000 4001 4002 20048 ];
  networking.firewall.allowedUDPPorts = [ 111 2049 4000 4001 4002 20048 ];
  # Or disable the firewall altogether.
  # networking.firewall.enable = false;