Disable the firewall.

Apparently it's blocking port 80 which is making Let's Encrypt certs
fail as well as screwing with our redirect for web browsers.
This commit is contained in:
Eli Ribble 2025-01-03 09:02:48 -07:00
parent d7aabdf198
commit 7c7b53349a
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@
# networking.firewall.allowedTCPPorts = [ ... ];
# networking.firewall.allowedUDPPorts = [ ... ];
# Or disable the firewall altogether.
# networking.firewall.enable = false;
networking.firewall.enable = false;
# Copy the NixOS configuration file and link it from the resulting system
# (/run/current-system/configuration.nix). This is useful in case you