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:
parent
d7aabdf198
commit
7c7b53349a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue