summary refs log tree commit diff
path: root/nixos/modules/services/logging
diff options
context:
space:
mode:
authorhappysalada <raphael@megzari.com>2021-04-05 08:30:52 +0900
committerhappysalada <raphael@megzari.com>2021-04-05 08:30:52 +0900
commitd434251d1c71139085cd051e49d14fcebbfe8d47 (patch)
tree3f0a65431467f4964f78caa648c52fcb6c67c178 /nixos/modules/services/logging
parentbb7da110d16c6bcf89ddb69f9c7e5aa72e1e3be2 (diff)
downloadnixpkgs-d434251d1c71139085cd051e49d14fcebbfe8d47.tar
nixpkgs-d434251d1c71139085cd051e49d14fcebbfe8d47.tar.gz
nixpkgs-d434251d1c71139085cd051e49d14fcebbfe8d47.tar.bz2
nixpkgs-d434251d1c71139085cd051e49d14fcebbfe8d47.tar.lz
nixpkgs-d434251d1c71139085cd051e49d14fcebbfe8d47.tar.xz
nixpkgs-d434251d1c71139085cd051e49d14fcebbfe8d47.tar.zst
nixpkgs-d434251d1c71139085cd051e49d14fcebbfe8d47.zip
vector: remove deprecated --no-topology
Diffstat (limited to 'nixos/modules/services/logging')
-rw-r--r--nixos/modules/services/logging/vector.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/logging/vector.nix b/nixos/modules/services/logging/vector.nix
index afc2b11af58..be36b2a41bb 100644
--- a/nixos/modules/services/logging/vector.nix
+++ b/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