summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2022-12-09 17:11:30 +0100
committertv <tv@krebsco.de>2022-12-09 17:11:38 +0100
commit8062bf67e3481214883f0d41a624c0ccfb1cf275 (patch)
treea994da71554901a349249c7c63d53c25ccc24a79
parent54300dfe750340d1e61947400ea86f71dad877af (diff)
ponte: open TCP 80 and 443
-rw-r--r--krebs/1systems/ponte/config.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/krebs/1systems/ponte/config.nix b/krebs/1systems/ponte/config.nix
index de01b92c..ba817692 100644
--- a/krebs/1systems/ponte/config.nix
+++ b/krebs/1systems/ponte/config.nix
@@ -7,6 +7,8 @@
<stockholm/krebs/2configs/matterbridge.nix>
];
+ networking.firewall.allowedTCPPorts = [ 80 443 ];
+
krebs.build.host = config.krebs.hosts.ponte;
krebs.pages.enable = true;