commit 280dd270a3a8e81d80adc351ecb6d60e7b102746 parent f9d6d7c06c8f4134344be5f4689303309d227999 Author: breadcat <breadcat@users.noreply.github.com> Date: Fri, 26 Jun 2026 21:57:28 +0100 Firewall rule for Stromboli Diffstat:
| M | common/stromboli.nix | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/common/stromboli.nix b/common/stromboli.nix @@ -25,4 +25,7 @@ }; + # Firewall port + networking.firewall.allowedTCPPorts = [ 8080 ]; + }