Use file sink encoding `json`

Encoding ndjson isn't supported in recent versions.

authored by Gerd Flaig and committed by Yt adddfe79 7fbb7af4

+1 -1
+1 -1
nixos/tests/vector.nix
··· 21 21 type = "file"; 22 22 inputs = [ "journald" ]; 23 23 path = "/var/lib/vector/logs.log"; 24 - encoding = { codec = "ndjson"; }; 24 + encoding = { codec = "json"; }; 25 25 }; 26 26 }; 27 27 };