vector: remove deprecated --no-topology

wip/yesman
happysalada 3 years ago
parent bb7da110d1
commit d434251d1c
  1. 2
      nixos/modules/services/logging/vector.nix

@ -44,7 +44,7 @@ in
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

Loading…
Cancel
Save