From 194358f22b9b8f23df3eda34ca1a635bd5ec545c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Wed, 9 Aug 2023 11:04:31 +0200 Subject: [PATCH] make telegraf visible from the outside --- modules/flake-module.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/flake-module.nix b/modules/flake-module.nix index c16d15d..6c3a5f5 100644 --- a/modules/flake-module.nix +++ b/modules/flake-module.nix @@ -3,6 +3,8 @@ server.imports = [ inputs.srvos.nixosModules.server inputs.srvos.nixosModules.mixins-telegraf + # FIXME: switch to VPN later + { networking.firewall.allowedTCPPorts = [ 9273 ]; } inputs.sops-nix.nixosModules.default ];