From d103af18d7b06daa02f2504b66d7252a60caed97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Thu, 22 May 2025 14:58:59 +0200 Subject: [PATCH] Open ports for ghettoptt metrics --- hosts/gunter/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/gunter/configuration.nix b/hosts/gunter/configuration.nix index 947b24c..5ddd340 100644 --- a/hosts/gunter/configuration.nix +++ b/hosts/gunter/configuration.nix @@ -53,6 +53,9 @@ networking.nftables.enable = true; networking.firewall = { enable = true; + allowedTCPPorts = [ + 8989 + ]; }; # Set time stuff