From 46918faa66b155ad977d5a1f36995094fe6a64bd Mon Sep 17 00:00:00 2001 From: Alejandro Angulo Date: Sun, 22 Jan 2023 08:14:47 -0800 Subject: [PATCH] Exposed port 80 for nix-serve --- system/gospel/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/system/gospel/configuration.nix b/system/gospel/configuration.nix index cf5b92c..0caaff5 100644 --- a/system/gospel/configuration.nix +++ b/system/gospel/configuration.nix @@ -182,6 +182,9 @@ # networking.firewall.allowedUDPPorts = [ ... ]; # Or disable the firewall altogether. # networking.firewall.enable = false; + networking.firewall = { + allowedTCPPorts = [80]; + }; # Copy the NixOS configuration file and link it from the resulting system # (/run/current-system/configuration.nix). This is useful in case you