vector: remove deprecated --no-topology

Changed files
+1 -1
nixos
modules
services
logging
+1 -1
nixos/modules/services/logging/vector.nix
···
conf = format.generate "vector.toml" cfg.settings;
validateConfig = file:
pkgs.runCommand "validate-vector-conf" { } ''
-
${pkgs.vector}/bin/vector validate --no-topology --no-environment "${file}"
+
${pkgs.vector}/bin/vector validate --no-environment "${file}"
ln -s "${file}" "$out"
'';
in