Install Vector on NixOS

NixOS is a Linux distribution built on top of the Nix package manager. This page covers installing and managing Vector on NixOS.

Nixpkgs has a community maintained package for Vector. It can be installed on a NixOS system with the following snippet in configuration.nix:

environment.systemPackages = [
  pkgs.vector
];

See also the Nix package page.

Supported installers