Skip to content

Commit

Permalink
doc: nixos.md: Added a link to the NixOS test suite.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpds committed May 20, 2024
1 parent e760a46 commit 04fddf6
Showing 1 changed file with 11 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,14 +110,23 @@ Vector is granted access to log files which belong to [Caddy][caddy]:
};
```

Other integration examples may be found at the
[NixOS test suite for Vector][nixos-tests-vector]. These can also be run on a
system with Nix with a local copy of the `nixpkgs` repo by executing:

```shell
nix-build -A nixosTests.vector
```

See also the [Nix] package page.

## Supported installers

{{< supported-installers >}}

[caddy]: https://caddyserver.com
[nix]: /docs/setup/installation/package-managers/nix
[nixos]: https://www.nixos.org
[nixpkg-vector]: https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/services/logging/vector.nix
[nixos-search]: https://search.nixos.org/options?query=services.vector
[nix]: /docs/setup/installation/package-managers/nix
[nixos-tests-vector]: https://github.com/NixOS/nixpkgs/blob/master/nixos/tests/vector.nix
[nixpkg-vector]: https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/services/logging/vector.nix

0 comments on commit 04fddf6

Please sign in to comment.