From 7c7b53349a3742bebdd382bc0101d2469d998fe1 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Fri, 3 Jan 2025 09:02:48 -0700 Subject: [PATCH] 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. --- sovr/etc/nixos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sovr/etc/nixos/configuration.nix b/sovr/etc/nixos/configuration.nix index 703c3d4..9a31bd7 100644 --- a/sovr/etc/nixos/configuration.nix +++ b/sovr/etc/nixos/configuration.nix @@ -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