From 577fa38366a2b1a807b60e4519207cd460894f10 Mon Sep 17 00:00:00 2001 From: Stefan Kempinger Date: Tue, 14 Apr 2026 10:54:47 +0200 Subject: [PATCH] Use untagged netflow2ng image and drop --tlv flag --- heimserver/configuration.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/heimserver/configuration.nix b/heimserver/configuration.nix index 2738c6e..5247c81 100644 --- a/heimserver/configuration.nix +++ b/heimserver/configuration.nix @@ -501,7 +501,7 @@ }; containers.netflow2ng = { # Note: The image will not be updated on rebuilds, unless the version label changes - image = "synfinatic/netflow2ng:v0.1.0"; + image = "synfinatic/netflow2ng"; cmd = [ "-a" "0.0.0.0:2055" @@ -509,7 +509,6 @@ "0.0.0.0:8181" "-z" "tcp://127.0.0.1:5556" - "--tlv" ]; extraOptions = [ "--network=host"