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"